blob: fcc6047614c01c6c683c0749bceb83a8a0144992 [file] [log] [blame]
terraform {
required_providers {
test = {
source = "hashicorp/test"
version = "1.0.0"
}
}
}
resource "test_instance" "foo" {
ami = "bar"
}