blob: 3b183ecac49832c4fbec3526eca448367755d5b7 [file] [log] [blame]
// this is the provider that should actually be used by orphaned resources
provider "aws" {
alias = "bar"
}
module "mod" {
source = "./mod"
providers = {
aws.foo = "aws.bar"
}
}