mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-01 11:47:07 -06: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}"
|
|
}
|
|
}
|