Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Nov 26, 2023
1 parent 59a8f8d commit 76d440f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/cloud_run_tipg.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)

cloud_function_service_account_iam = gcp.projects.IAMMember(
construct_name("cloud-run-orchestrator-secretmanagerSecretAccessor"),
construct_name("cloud-run-tipg-secretmanagerSecretAccessor"),
project=pulumi.Config("gcp").require("project"),
role="roles/secretmanager.secretAccessor",
member=cloud_function_service_account.email.apply(
Expand Down

0 comments on commit 76d440f

Please sign in to comment.