Skip to content

Commit

Permalink
Create backend.tf
Browse files Browse the repository at this point in the history
adding backend.tf in terraform_code
  • Loading branch information
neha-sinha20 authored Oct 6, 2022
1 parent de71885 commit 74631e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform_code/backend.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
terraform {
backend "s3" {
bucket = "bp-tf-states"
key = "env/testing/bp.tfstate"
region = "ap-south-1"
}
}

0 comments on commit 74631e7

Please sign in to comment.