opentofu/terraform/test-fixtures/transform-provisioner-basic/main.tf
2015-02-19 12:07:58 -08:00

4 lines
61 B
HCL

resource "aws_instance" "web" {
provisioner "shell" {}
}