Init repo

This commit is contained in:
gregory hendrickson
2023-03-30 03:51:24 -07:00
commit 40acf53cfa
14 changed files with 60 additions and 0 deletions

7
outputs.tf Normal file
View File

@@ -0,0 +1,7 @@
output "instance_group_url" {
value = module.compute_engine_instance_group.self_link
}
output "load_balancer_ip" {
value = module.load_balancer.ip_address
}