Skip to content

Commit 16f4b9a

Browse files
authored
chore: switch test org (terraform-google-modules#183)
1 parent e644259 commit 16f4b9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/custom_role_org/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ module "custom-roles-org" {
3131
permissions = ["iam.roles.list", "iam.roles.create", "iam.roles.delete"]
3232
excluded_permissions = ["iam.serviceAccounts.setIamPolicy"]
3333
description = "This is an organization level custom role."
34-
members = ["group:test-gcp-org-admins@test.infra.cft.tips", "group:test-gcp-billing-admins@test.infra.cft.tips"]
34+
members = ["group:test-gcp-org-admins@test.blueprints.joonix.net", "group:test-gcp-billing-admins@test.blueprints.joonix.net"]
3535
}

test/integration/custom-role/controls/custom-role.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
data['bindings'].each do |binding|
132132
transformed_data.store(binding["role"],binding["members"])
133133
end
134-
expect(transformed_data["organizations/#{org_id}/roles/#{custom_role_id_org}"]).to include("group:test-gcp-org-admins@test.infra.cft.tips")
134+
expect(transformed_data["organizations/#{org_id}/roles/#{custom_role_id_org}"]).to include("group:test-gcp-org-admins@test.blueprints.joonix.net")
135135
end
136136
end
137137
end

0 commit comments

Comments
 (0)