Closed elmundio87 closed 8 years ago
Blocks like this will no longer cause a TerraformVariableException
resource "aws_instance" "foo" { value = "${var.test_variable}${var.test_variable2}" }
Blocks like this will no longer cause a TerraformVariableException