Skip to content

Commit 7d60498

Browse files
committed
DOPS-101 Specify role arn to work with backend
1 parent 63150d0 commit 7d60498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/terraform.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ terraform {
99
dynamodb_table = "moduscreate-devops-demo-state-lock"
1010
region = "us-east-1"
1111
encrypt = "true"
12+
role_arn = "arn:aws:iam::587267277416:role/terraform_sandbox_backend_admin"
1213
}
1314
}
1415

0 commit comments

Comments
 (0)