Skip to content

Commit 052e3bc

Browse files
NRL-1669 Remove accidental duplicate provider
1 parent 675cc8b commit 052e3bc

File tree

1 file changed

+0
-7
lines changed
  • terraform/account-wide-infrastructure/test

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ provider "aws" {
1212
}
1313

1414
}
15-
provider "awscc" {
16-
region = local.region
17-
18-
assume_role = {
19-
role_arn = "arn:aws:iam::${var.assume_account}:role/${var.assume_role}"
20-
}
21-
}
2215

2316
provider "awscc" {
2417
region = local.region

0 commit comments

Comments
 (0)