opentofu/terraform/test-fixtures/plan-nil/main.tf
2014-06-20 10:44:49 -07:00

4 lines
51 B
HCL

resource "aws_instance" "foo" {
nil = "1"
}