terraform-google-modules / terraform-google-bootstrap

Bootstraps Terraform usage and related CI/CD in a new Google Cloud organization
https://registry.terraform.io/modules/terraform-google-modules/bootstrap/google
Apache License 2.0
212 stars 145 forks source link

feat: Set project field on secret IAM member #287

Closed josephdt12 closed 5 months ago

josephdt12 commented 5 months ago

Need to explicitly set which project is being used for the secret, otherwise it may not be able to determine which project to use.

Explicit tests are a little tricky to write because each bootstrapped project using in testing would need access to the secret. Open to doing that, but not sure the scope of changes needed for that (possibly at the CFT level).