Sign in
third-party-mirror
/
terraform-provider-google-beta
/
7018e2f3f116fdacfd66c03551fbf0c3db62170a
/
.
/
v5.18.0
/
examples
/
two-tier
/
output.tf
blob: 849cfff1e1a8c348c42ea0a929351a576c4338b8 [
file
] [
log
] [
blame
]
output
"pool_public_ip"
{
value
=
google_compute_forwarding_rule
.
default
.
ip_address
}
output
"instance_ips"
{
value
=
join
(
" "
,
google_compute_instance
.
www
.*.
network_interface
.
0.access
_config
.
0.nat
_ip
,
)
}