terraform-google-modules / terraform-google-vpc-service-controls

Handles opinionated VPC Service Controls and Access Context Manager configuration and deployments
https://registry.terraform.io/modules/terraform-google-modules/vpc-service-controls/google
Apache License 2.0
59 stars 67 forks source link

fix: add resource_keys variable to handle dynamic resources #81

Closed morgante closed 2 years ago

morgante commented 2 years ago

Now that resources are created using for_each, if the resources are created in the same apply they need to have a (separate) key.

Fixes #76.

comment-bot-dev commented 2 years ago

Thanks for the PR! 🚀
✅ Lint checks have passed.