3 lines
142 B
Terraform
3 lines
142 B
Terraform
|
output "nginx_url" {
|
||
|
value = "${element(split(",", alicloud_nat_gateway.default.bandwidth_packages.0.public_ip_addresses),1)}:80/test.php"
|
||
|
}
|