opentofu/terraform/test-fixtures/refresh-unknown-provider/main.tf

5 lines
72 B
Terraform
Raw Normal View History

resource "unknown_instance" "foo" {
num = "2"
compute = "foo"
}