Skip to content

Commit

Permalink
fix(terraform): add INVOKER_SERVICE_ACCOUNT_ID env
Browse files Browse the repository at this point in the history
  • Loading branch information
ww24 committed Apr 17, 2022
1 parent fdfcb5d commit 745d6f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/cloud_run_linebot.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ resource "google_cloud_run_service" "linebot" {
name = "IMAGE_BUCKET"
value = google_storage_bucket.image.name
}

env {
name = "INVOKER_SERVICE_ACCOUNT_ID"
value = google_service_account.invoker.unique_id
}
}
}

Expand Down

0 comments on commit 745d6f1

Please sign in to comment.