Doc errors?
#2679
Replies: 1 comment 1 reply
-
Yep, care to send a quick PR to address this? Nice find! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to the bootstrap README, the variables
iam_groups
andgroup_iam
should exist:https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/tree/master/fast/stages/0-bootstrap#iam
I believe it was originally
group_iam
(andiam_groups
is just a typo?), but has been superceded byiam_by_principals
?https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/adrs/modules/20230816-iam-refactor.md
Beta Was this translation helpful? Give feedback.
All reactions