Skip to content

Commit

Permalink
clarify variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vlasic committed Aug 3, 2021
1 parent ceaf99d commit 5ce2cae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/assets/terraform/templates/backend_setup.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
aws_region = "eu-central-1" # TODO region where resources will be created (except cloudfront distribution which is global)
functions_bucket = "mantil-downloads" # TODO bucket for project configuration/state/functions (created in advance)
project_bucket = "{{.Bucket}}"
aws_region = "eu-central-1"
functions_bucket = "mantil-downloads" # bucket with backend functions
project_bucket = "{{.Bucket}}" # TODO bucket for backend configuration/state (created in advance)
functions = {
"init" = {
s3_key = "functions/init-59ecc75a02254965375b67d586901b107269c7dec5f8b889a5737fceb62a97c0.zip"
Expand Down

0 comments on commit 5ce2cae

Please sign in to comment.