provider.tf 578 B

12345678910111213141516171819202122
  1. # Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa
  2. provider "aws" {
  3. region = "us-east-1"
  4. assume_role {
  5. role_arn = "arn:aws:iam::471284459109:role/user/mdr_terraformer"
  6. session_name = "terraform"
  7. }
  8. profile = "commercial"
  9. # Only these AWS Account IDs may be operated on by this template
  10. allowed_account_ids = ["471284459109"]
  11. }
  12. # The "common services" provider in the respective partition is always available
  13. provider "aws" {
  14. region = "us-east-1"
  15. allowed_account_ids = [ "471284459109", "701290387780" ]
  16. profile = "commercial"
  17. alias = "common"
  18. }