github.com/justnom/terraform@v0.5.4-0.20180524223219-170a1530d1ca/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 }