diff --git a/load_balancer.tf b/load_balancer.tf index 9b4ddea..84fc7bd 100644 --- a/load_balancer.tf +++ b/load_balancer.tf @@ -1,5 +1,5 @@ # sets global address name - resource "google_compute_global_address" "default" { +resource "google_compute_global_address" "default" { project = local.deployment_project name = var.application_name } diff --git a/versions.tf b/versions.tf index ae7381c..99082cb 100644 --- a/versions.tf +++ b/versions.tf @@ -10,5 +10,9 @@ terraform { source = "hashicorp/google-beta" version = "~> 4" } + random = { + source = "hashicorp/random" + version = "~> 3" + } } }