github.com/partitio/terraform@v0.11.12-beta1/backend/local/test-fixtures/plan-scaleout/main.tf (about) 1 resource "test_instance" "foo" { 2 count = 3 3 ami = "bar" 4 5 # This is here because at some point it caused a test failure 6 network_interface { 7 device_index = 0 8 description = "Main network interface" 9 } 10 }