feat(terraform): add GCP equivalents for composition and application-… - #293
Open
inventvenkat wants to merge 2 commits into
Open
feat(terraform): add GCP equivalents for composition and application-…#293inventvenkat wants to merge 2 commits into
inventvenkat wants to merge 2 commits into
Conversation
…resources modules
Ports terraform/aws/modules/{composition,application-resources} to
terraform/gcp/modules/, using only official terraform-google-modules /
GoogleCloudPlatform registry modules (no base/ layer, no third-party
modules). 23 composition modules and 14 application-resources modules,
each validated with terraform init/validate against the real registry.
See terraform/gcp/modules/README.md for the AWS->GCP module map and the
list of intentional divergences (no NACL/lock-table equivalents, SES ->
Secret Manager, CloudFront Functions has no Cloud CDN analog, etc).
Also wires the new tree into the existing tooling: justfile gen-docs,
the terraform-docs CI workflow, and a google provider override in the
terraform-validate CI workflow.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
SentinelOne IaC Issues Detector❌ Detected 3 issue(s) in your pull request Here are the detected issues.
SentinelOne CNS is a cloud-agnostic, agentless CSPM & CWPP solution that continuously detects and prevents vulnerabilities that have the highest probability of being exploited in Azure, AWS, Google Cloud, and Kubernetes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…resources modules
Ports terraform/aws/modules/{composition,application-resources} to terraform/gcp/modules/, using only official terraform-google-modules / GoogleCloudPlatform registry modules (no base/ layer, no third-party modules). 23 composition modules and 14 application-resources modules, each validated with terraform init/validate against the real registry.
See terraform/gcp/modules/README.md for the AWS->GCP module map and the list of intentional divergences (no NACL/lock-table equivalents, SES -> Secret Manager, CloudFront Functions has no Cloud CDN analog, etc).
Also wires the new tree into the existing tooling: justfile gen-docs, the terraform-docs CI workflow, and a google provider override in the terraform-validate CI workflow.