Skip to content

Commit

Permalink
Fix other tests using variable service_account_email
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Prete committed Aug 7, 2024
1 parent 3c7a8fe commit 48144d8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ values:
liveness_probe: []
volume_mounts: []
working_dir: null
service_account_name: service_account_email
service_account_name: [email protected]
volumes: []

counts:
Expand Down
4 changes: 2 additions & 2 deletions tests/modules/folder/examples/iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ values:
condition: []
members:
- group:[email protected]
- serviceAccount:service_account_email
- serviceAccount:[email protected]
role: roles/owner
module.folder.google_folder_iam_binding.authoritative["roles/resourcemanager.folderAdmin"]:
condition: []
Expand All @@ -35,7 +35,7 @@ values:
role: roles/resourcemanager.projectCreator
module.folder.google_folder_iam_member.bindings["am1-storage-admin"]:
condition: []
member: serviceAccount:service_account_email
member:1 serviceAccount:[email protected]
role: roles/storage.admin

counts:
Expand Down
4 changes: 2 additions & 2 deletions tests/modules/net_vpc/examples/shared-vpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ values:
module.vpc-host.google_compute_subnetwork_iam_binding.authoritative["europe-west1/subnet-1.roles/compute.networkUser"]:
condition: []
members:
- serviceAccount:service_account_email
- serviceAccount:[email protected]
project: project-id
region: europe-west1
role: roles/compute.networkUser
subnetwork: subnet-1
module.vpc-host.google_compute_subnetwork_iam_binding.authoritative["europe-west1/subnet-1.roles/compute.securityAdmin"]:
condition: []
members:
- serviceAccount:service_account_email
- serviceAccount:[email protected]
project: project-id
region: europe-west1
role: roles/compute.securityAdmin
Expand Down
2 changes: 1 addition & 1 deletion tests/modules/pubsub/examples/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ values:
module.pubsub.google_pubsub_topic_iam_binding.authoritative["roles/pubsub.subscriber"]:
condition: []
members:
- serviceAccount:service_account_email
- serviceAccount:[email protected]
project: project-id
role: roles/pubsub.subscriber
topic: my-topic
Expand Down
2 changes: 1 addition & 1 deletion tests/modules/pubsub/examples/subscription-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ values:
module.pubsub.google_pubsub_subscription_iam_binding.authoritative["test-1.roles/pubsub.subscriber"]:
condition: []
members:
- serviceAccount:service_account_email
- serviceAccount:[email protected]
project: project-id
role: roles/pubsub.subscriber
subscription: test-1
Expand Down

0 comments on commit 48144d8

Please sign in to comment.