mirror of
https://github.com/mr-vercetti/tf-aws-demo.git
synced 2025-07-01 12:35:33 +02:00
Move backend to S3
This commit is contained in:
10
backend/terraform.tfvars.example
Executable file
10
backend/terraform.tfvars.example
Executable file
@ -0,0 +1,10 @@
|
||||
# general
|
||||
REGION = "eu-west-3"
|
||||
REGION_REPLICA = "eu-north-1"
|
||||
|
||||
S3_STATE_BUCKET_NAME = "demo-state-bucket-98017casd"
|
||||
S3_STATE_BUCKET_REPLICA_NAME = "demo-state-bucket-replica-98017casd"
|
||||
|
||||
STATE_KMS_KEY_ALIAS = "demo-state-kms-key"
|
||||
|
||||
STATE_DYNAMODB_TABLE_NAME = "demo-state-lock"
|
Reference in New Issue
Block a user