opentofu/terraform/testdata/apply-cancel-provisioner/main.tf
2019-06-30 10:16:15 +02:00

8 lines
101 B
HCL

resource "aws_instance" "foo" {
num = "2"
provisioner "shell" {
foo = "bar"
}
}