update to v0.7.0 - #74
Conversation
|
🛑 Stop! Do not merge manually.🛑 |
There was a problem hiding this comment.
🟡 Changes recommended
A commented example output that includes certificate/endpoint details no longer marks the output as sensitive, which can lead to accidental plaintext exposure if it’s later enabled.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates this template repository’s Terraform module source references to align with the upstream Worklytics Psoxy v0.7.0 release, ensuring deployments consume the new connector/host module versions.
Changes:
- Bump
worklytics/psoxyTerraform module refs fromv0.6.9tov0.7.0across the root modules (core, Google Workspace, Microsoft 365). - Minor adjustment in a commented-out output example in
main.tf.
File summaries
| File | Description |
|---|---|
main.tf |
Updates core Psoxy/worklytics module sources to v0.7.0 and tweaks a commented output example. |
google-workspace.tf |
Updates Google Workspace connector module source to v0.7.0. |
msft-365.tf |
Updates Microsoft 365 connector and Azure AD federated credentials module sources to v0.7.0. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| # output "external_api_alb" { | ||
| # description = "**beta** External Application Load Balancer (ALB) details from gcp-host (host, ip_address, todo_dns_setup, self_signed_ca_cert)." | ||
| # value = module.psoxy.external_api_alb | ||
| # sensitive = true | ||
| # } |
update to proxy release https://github.com/Worklytics/psoxy/releases/tag/v0.7.0