terraform/internal/command/testdata/query/missing-query-file/main.tf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
172 B
Terraform
Raw Permalink Normal View History

terraform {
required_providers {
test = {
source = "hashicorp/test"
}
}
}
provider "test" {}
resource "test_instance" "example" {
ami = "ami-12345"
}