-
Notifications
You must be signed in to change notification settings - Fork 85
Terraform for appsync #1243
Terraform for appsync #1243
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you run terraform fmt
too please?
terraform/service_appsync.tf
Outdated
|
||
resource "google_service_account" "appsync" { | ||
project = var.project | ||
account_id = "en-verification-appsync-sa" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Limit is 20 chars
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
account_id = "en-verification-cleanup-sa" |
are these existing values okay?
terraform/service_appsync.tf
Outdated
|
||
resource "google_service_account" "appsync-invoker" { | ||
project = data.google_project.project.project_id | ||
account_id = "en-appsync-invoker-sa" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same note, 20 chars
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sethvargo, whaught The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes ##1092
Proposed Changes
Release Note