Skip to content

Commit

Permalink
Update backend.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
574n13y authored Dec 31, 2023
1 parent ac1967b commit f7a0b44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
terraform {
backend "s3" {
bucket = "ss-cicd-bucket"
key = "my-terraform-environment/main"
key = "my-terraform-environment"
region = "ap-northeast-1"
dynamodb_table = "ss-dynamo-db-table"
assume_role = {
role_arn = "arn:aws:iam::PRODUCTION-ACCOUNT-ID:role/Terraform"
}
}

0 comments on commit f7a0b44

Please sign in to comment.