8 lines
104 B
Plaintext
8 lines
104 B
Plaintext
|
|
resource "aws_instance" "foo" {
|
||
|
|
foo = "\ar"
|
||
|
|
}
|
||
|
|
|
||
|
|
output "value" {#
|
||
|
|
value = "${aws_instance.foo.id}"
|
||
|
|
}
|