We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ea1f0 commit 491213fCopy full SHA for 491213f
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