mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-29 10:21:01 -06:00
9 lines
174 B
HCL
9 lines
174 B
HCL
resource "test_instance" "foo" {
|
|
ami = "bar"
|
|
|
|
network_interface {
|
|
device_index = 0
|
|
description = "Main network interface ${var.this_is_an_error}"
|
|
}
|
|
}
|