Skip to content

Commit

Permalink
added backend
Browse files Browse the repository at this point in the history
  • Loading branch information
directdevops committed Oct 17, 2020
1 parent c9cb609 commit 667977d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Oct20/awsntierarchitecture/backend.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
terraform {
backend "s3" {
bucket = "qtforterraformstate"
key = "global/ntier/terraform.tfstate"
region = "us-west-2"

dynamodb_table = "qttableforterraformlock"

}

}

0 comments on commit 667977d

Please sign in to comment.