github.com/jsoriano/terraform@v0.6.7-0.20151026070445-8b70867fdd95/command/test-fixtures/parallelism/main.tf (about) 1 resource "test_instance" "foo1" { 2 ami = "bar" 3 4 // shell has been configured to sleep for one second 5 provisioner "shell" {} 6 } 7 8 resource "test_instance" "foo2" { 9 ami = "bar" 10 11 // shell has been configured to sleep for one second 12 provisioner "shell" {} 13 }