mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-01 06:00:15 -05:00
These interpolations are removed when upgrading using 0.12upgrade, and are removed in terraform fmt in many cases
9 lines
141 B
HCL
9 lines
141 B
HCL
resource "test_instance" "foo" {
|
|
ami = "bar"
|
|
|
|
network_interface {
|
|
device_index = 0
|
|
description = var.description
|
|
}
|
|
}
|