mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-26 12:00:46 -05:00
10 lines
204 B
HCL
10 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"
|
|
}
|
|
}
|