blob: 8a8164b3b24bfb5d71973645744296c0db1e37a0 [file] [log] [blame]
# Empty
provider "aws" {}
resource "aws_instance" "foo" {
id = "bar"
}
module "nested" {
source = "./submodule"
}