File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ override.tf
1313override.tf.json
1414* _override.tf
1515* _override.tf.json
16- auto_generated_ * .tf
1716
1817# Docker
1918docker-compose.override.yml
Original file line number Diff line number Diff line change 1+ # !!! DO NOT MODIFY THIS FILE MANUALLY !!!
2+ # File generated by 'setup_tf_backend.sh' dont modify this file manually
3+ # unless you know what you are doing
4+
5+ terraform {
6+ backend "s3" {
7+ bucket = " poc-hello-world-tfstate-058264118467-us-east-1"
8+ key = " states/poc-hello-world/terraform.tfstate"
9+ region = " us-east-1"
10+ dynamodb_table = " poc-hello-world-terraform-lock-table"
11+ encrypt = true
12+ }
13+ }
Original file line number Diff line number Diff line change 1+ # !!! DO NOT MODIFY THIS FILE MANUALLY !!!
2+ # File generated by 'setup_tf_backend.sh' dont modify this file manually
3+ # unless you know what you are doing
4+
5+ variable "AWS_REGION" {
6+ description = " AWS region for ECR repository"
7+ type = string
8+ default = " us-east-1"
9+ }
10+
11+ variable "ECR_REPOSITORY_NAME" {
12+ description = " Name for the ECR repository"
13+ type = string
14+ default = " poc-hello-world"
15+ }
You can’t perform that action at this time.
0 commit comments