Skip to content

Commit

Permalink
update role for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ASTRobinson committed Oct 2, 2024
1 parent 0da98d7 commit a77913a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit-test/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
provider "aws" {
region = "eu-west-2"
assume_role {
role_arn = "arn:aws:iam::${local.environment_management.account_ids["testing-test"]}:role/ModernisationPlatformAccess"
role_arn = "arn:aws:iam::${local.environment_management.account_ids["testing-test"]}:role/MemberInfrastructureAccess"
}
}

Expand Down

0 comments on commit a77913a

Please sign in to comment.