We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a318e96 + 4a646ba commit 0c85ae0Copy full SHA for 0c85ae0
2 files changed
terraform/account-wide-infrastructure/prod/main.tf
@@ -13,6 +13,14 @@ provider "aws" {
13
14
}
15
16
+provider "awscc" {
17
+ region = local.region
18
+
19
+ assume_role = {
20
+ role_arn = "arn:aws:iam::${var.assume_account}:role/${var.assume_role}"
21
+ }
22
+}
23
24
terraform {
25
backend "s3" {
26
encrypt = false
terraform/account-wide-infrastructure/test/main.tf
0 commit comments