terraform/backend/local/testdata/plan-scaleout/main.tf

11 lines
219 B
HCL

resource "test_instance" "foo" {
count = 2
ami = "bar"
# This is here because at some point it caused a test failure
network_interface {
device_index = 0
description = "Main network interface"
}
}