Skip to content

Commit c3de8d6

Browse files
removing region input variable mentions from readme (#74)
Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>
1 parent f25d189 commit c3de8d6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ Follow this procedure just once to create your deployment.
9999
stage = "test"
100100
name = "terraform"
101101
attributes = ["state"]
102-
region = "us-east-1"
103102
104103
terraform_backend_config_file_path = "."
105104
terraform_backend_config_file_name = "backend.tf"
@@ -186,7 +185,6 @@ To enable S3 bucket replication in this module, set `s3_replication_enabled` to
186185
stage = "test"
187186
name = "terraform"
188187
attributes = ["state"]
189-
region = "us-east-1"
190188
191189
terraform_backend_config_file_path = "."
192190
terraform_backend_config_file_name = "backend.tf"

README.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ usage: |-
7373
stage = "test"
7474
name = "terraform"
7575
attributes = ["state"]
76-
region = "us-east-1"
7776
7877
terraform_backend_config_file_path = "."
7978
terraform_backend_config_file_name = "backend.tf"
@@ -160,7 +159,6 @@ usage: |-
160159
stage = "test"
161160
name = "terraform"
162161
attributes = ["state"]
163-
region = "us-east-1"
164162
165163
terraform_backend_config_file_path = "."
166164
terraform_backend_config_file_name = "backend.tf"

0 commit comments

Comments
 (0)