Skip to content

Commit 0c85ae0

Browse files
Merge branch 'develop' into feature/made14-NRL-1585-code-owners
2 parents a318e96 + 4a646ba commit 0c85ae0

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

terraform/account-wide-infrastructure/prod/main.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ provider "aws" {
1313

1414
}
1515

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+
1624
terraform {
1725
backend "s3" {
1826
encrypt = false

terraform/account-wide-infrastructure/test/main.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ provider "aws" {
1313

1414
}
1515

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+
1624
terraform {
1725
backend "s3" {
1826
encrypt = false

0 commit comments

Comments
 (0)