Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Cosmos
CSL Incoming Webhook
Commits
dc611d11
Verified
Commit
dc611d11
authored
Oct 05, 2020
by
Ray Walker
Browse files
Fix secret name.
Prevents same IAM role being applied every time.
parent
370007e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
terraform/modules/app/main.tf
terraform/modules/app/main.tf
+1
-1
No files found.
terraform/modules/app/main.tf
View file @
dc611d11
...
...
@@ -50,7 +50,7 @@ resource "google_cloudfunctions_function_iam_member" "invoker" {
resource
"google_secret_manager_secret_iam_member"
"sentry_dsn"
{
project
=
var
.
project
secret_id
=
"
projects/
${
var
.
project
}
/secrets/
sentry_dsn_csl_incoming_webhook
/versions/latest
"
secret_id
=
"sentry_dsn_csl_incoming_webhook"
role
=
"roles/secretmanager.secretAccessor"
member
=
"serviceAccount:
${
google_service_account
.
function
.
email
}
"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment