Skip to content

Commit

Permalink
Update folder IAM policies for compute.xpnAdmin role
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis committed Dec 27, 2023
1 parent a156baa commit bd316e8
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions global/infra/tfvars/production.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ folder_iam_policies = {
service = "Backstage"
environment = "Sandbox"
bindings = [
{
members = [
"group:[email protected]"
]
role = "roles/compute.xpnAdmin"
},
{
members = [
"group:[email protected]"
Expand All @@ -79,6 +85,12 @@ folder_iam_policies = {
service = "Backstage"
environment = "Production"
bindings = [
{
members = [
"group:[email protected]"
]
role = "roles/compute.xpnAdmin"
},
{
members = [
"group:[email protected]"
Expand All @@ -102,13 +114,13 @@ folder_iam_policies = {
members = [
"group:[email protected]"
]
role = "roles/resourcemanager.folderIamAdmin"
role = "roles/compute.xpnAdmin"
},
{
members = [
"group:[email protected]"
]
role = "roles/compute.xpnAdmin"
role = "roles/resourcemanager.folderIamAdmin"
},
{
members = [
Expand All @@ -127,13 +139,13 @@ folder_iam_policies = {
members = [
"group:[email protected]"
]
role = "roles/resourcemanager.folderIamAdmin"
role = "roles/compute.xpnAdmin"
},
{
members = [
"group:[email protected]"
]
role = "roles/compute.xpnAdmin"
role = "roles/resourcemanager.folderIamAdmin"
},
{
members = [
Expand All @@ -152,13 +164,13 @@ folder_iam_policies = {
members = [
"group:[email protected]"
]
role = "roles/resourcemanager.folderIamAdmin"
role = "roles/compute.xpnAdmin"
},
{
members = [
"group:[email protected]"
]
role = "roles/compute.xpnAdmin"
role = "roles/resourcemanager.folderIamAdmin"
},
{
members = [
Expand Down

0 comments on commit bd316e8

Please sign in to comment.