blob: 3ce1991f2025e2e9f1ef11a8b4a959c3258c1d29 [file] [log] [blame]
provider "aws" {
alias = "mod"
}
resource "aws_instance" "bar" {
provider = "aws.mod"
}