opentofu/terraform/test-fixtures/apply-destroy-provisioner/main.tf

6 lines
77 B
Terraform
Raw Normal View History

resource "aws_instance" "foo" {
id = "foo"
provisioner "shell" {}
}