mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-12 23:43:17 -05:00
9 lines
204 B
HCL
9 lines
204 B
HCL
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"
|
|
}
|
|
}
|