Files
opentf/command/testdata/validate-invalid/missing_var/main.tf
Pam Selle fa7c3d7e10 Remove interpolation-only warning
These interpolations are removed when upgrading using 0.12upgrade,
and are removed in terraform fmt in many cases
2021-02-19 10:59:09 -05:00

9 lines
141 B
HCL

resource "test_instance" "foo" {
ami = "bar"
network_interface {
device_index = 0
description = var.description
}
}