github.com/spirius/terraform@v0.10.0-beta2.0.20170714185654-87b2c0cf8fea/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  }