Skip to content

Commit

Permalink
Lintin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth committed Jan 2, 2024
1 parent f14738c commit 74eb721
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/account/region.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ module "eu_west_2" {
]

providers = {
aws.region = aws.eu_west_2
management_eu_west_1 = aws.management
aws.management = aws.management_eu_west_2
aws.shared = aws.shared
aws.region = aws.eu_west_2
aws.management_eu_west_1 = aws.management
aws.management = aws.management_eu_west_2
aws.shared = aws.shared
}
}

0 comments on commit 74eb721

Please sign in to comment.