terraform/command/test-fixtures/plan/main.tf

10 lines
225 B
Terraform
Raw Normal View History

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