printer: mess up input :)
This commit is contained in:
parent
d94e8e9409
commit
94c0e1e8d4
4
printer/testdata/complexhcl.input
vendored
4
printer/testdata/complexhcl.input
vendored
@ -35,8 +35,12 @@ resource "aws_instance" "db" {
|
|||||||
VPC = "foo"
|
VPC = "foo"
|
||||||
|
|
||||||
depends_on = ["aws_instance.web"]
|
depends_on = ["aws_instance.web"]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
output "web_ip" {
|
output "web_ip" {
|
||||||
|
|
||||||
value="${aws_instance.web.private_ip}"
|
value="${aws_instance.web.private_ip}"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user