blob: 1590c5cea371af2a1ba029f6bd3955b81815fbed [file] [log] [blame]
terraform {
required_providers {
test = {
source = "hashicorp/test"
}
}
}
resource "test_instance" "test" {
ami = "baz"
}