blob: e11209619bcb35daa3277f7b73f83c01b2b14d45 [file] [log] [blame]
terraform {
required_providers {
test = {
source = "hashicorp/test"
version = "1.0.0"
{ // This typo is deliberate, we want to test that the parser can handle it.
}
}
resource "test_instance" "bar" {
ami = "foo"
}