opentofu/terraform/test-fixtures/transform-provisioner-basic/main.tf

4 lines
61 B
Terraform
Raw Normal View History

2015-02-09 12:14:09 -06:00
resource "aws_instance" "web" {
provisioner "shell" {}
}