Skip to content

Commit

Permalink
renaming apps-prd/config/backend.config to backend.tfvars
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Oct 27, 2021
1 parent b620db4 commit 37a8df5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions apps-prd/config/backend.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#
# Backend Configuration
#

# AWS Profile (required by the backend but also used for other resources)
profile = "bb-apps-prd-devops"

# S3 bucket
bucket = "bb-apps-prd-terraform-backend"

# AWS Region (required by the backend but also used for other resources)
region = "us-east-1"

# Enable DynamoDB server-side encryption?
encrypt = true

# DynamoDB Table Name
dynamodb_table = "bb-apps-prd-terraform-backend"

0 comments on commit 37a8df5

Please sign in to comment.