4 lines
56 B
Terraform
4 lines
56 B
Terraform
|
|
resource "aws_instance" "foo" {
|
||
|
|
foo = "bar-$${baz}"
|
||
|
|
}
|