mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-01 10:01:03 -05:00
10 lines
168 B
HCL
10 lines
168 B
HCL
resource "test_instance" "foo" {
|
|
ami = "bar"
|
|
|
|
network_interface {
|
|
device_index = 0
|
|
name = test
|
|
description = "Main network interface"
|
|
}
|
|
}
|