Files
tf-variable-demo/outputs.tf
gregory hendrickson 40acf53cfa Init repo
2023-03-30 03:51:24 -07:00

8 lines
162 B
HCL

output "instance_group_url" {
value = module.compute_engine_instance_group.self_link
}
output "load_balancer_ip" {
value = module.load_balancer.ip_address
}