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

View File

View File

@@ -0,0 +1,3 @@
output "ip_address" {
value = google_compute_global_address.lb_address.address
}

View File

@@ -0,0 +1,3 @@
variable "project_id" {}
variable "region" {}
variable "backend_instance_group_self_link" {}