Skip to content

Commit

Permalink
remove unnecessary todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vlasic committed Dec 1, 2021
1 parent 5a732a9 commit 7d5c132
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions node/terraform/templates/project.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
aws_region = "{{.Region}}" # TODO region where resources will be created (except cloudfront distribution which is global)
project_bucket = "{{.Bucket}}" # TODO bucket for project configuration/state/functions (created in advance)
aws_region = "{{.Region}}" # region where resources will be created (except cloudfront distribution which is global)
project_bucket = "{{.Bucket}}" # bucket for project configuration/state/functions (created in advance)
functions_bucket = "{{.NodeFunctionsBucket}}"
functions_s3_path = "{{.NodeFunctionsPath}}"
functions = {
Expand Down
4 changes: 2 additions & 2 deletions node/terraform/testdata/project.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
aws_region = "aws-region" # TODO region where resources will be created (except cloudfront distribution which is global)
project_bucket = "bucket-name" # TODO bucket for project configuration/state/functions (created in advance)
aws_region = "aws-region" # region where resources will be created (except cloudfront distribution which is global)
project_bucket = "bucket-name" # bucket for project configuration/state/functions (created in advance)
functions_bucket = "functions-bucket"
functions_s3_path = "functions-path"
functions = {
Expand Down

0 comments on commit 7d5c132

Please sign in to comment.