12345678910111213141516171819202122 |
- # Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa
- provider "aws" {
- region = "us-east-1"
- assume_role {
- role_arn = "arn:aws:iam::471284459109:role/user/mdr_terraformer"
- session_name = "terraform"
- }
-
- profile = "commercial"
- # Only these AWS Account IDs may be operated on by this template
- allowed_account_ids = ["471284459109"]
- }
- # The "common services" provider in the respective partition is always available
- provider "aws" {
- region = "us-east-1"
- allowed_account_ids = [ "471284459109", "701290387780" ]
- profile = "commercial"
- alias = "common"
- }
|