mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-02 13:00:45 -05:00
9 lines
146 B
HCL
9 lines
146 B
HCL
resource "test_instance" "foo" {
|
|
ami = "bar"
|
|
|
|
network_interface {
|
|
device_index = 0
|
|
description = "${var.description}"
|
|
}
|
|
}
|