2014-06-19 22:51:05 +02:00
|
|
|
resource "test_instance" "foo" {
|
|
|
|
ami = "bar"
|
2014-07-02 19:40:11 +02:00
|
|
|
|
2014-07-02 20:28:23 +02:00
|
|
|
# This is here because at some point it caused a test failure
|
2014-07-02 19:40:11 +02:00
|
|
|
network_interface {
|
|
|
|
device_index = 0
|
|
|
|
description = "Main network interface"
|
|
|
|
}
|
2014-06-19 22:51:05 +02:00
|
|
|
}
|