Major revamp of our IAM interface in modules #1604
Closed
ludoo
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The IAM interface has changed and been aligned across all modules; this resulted in major changes to FAST and some of our blueprints. The TL;DR of the changes:
Other than support for conditions and making sure all modules are aligned to the same interface, the other main driver for this change was removing the fragility of iam_additive with dynamic resources. The new additive variable is loop-safe and can be used with no worries and without the need of "magically static outputs" which are only supported by a few modules.
A longer description of the change is here
https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/modules/__docs/20230816-iam-refactor.md
Beta Was this translation helpful? Give feedback.
All reactions