We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d6049 commit 56e810cCopy full SHA for 56e810c
load_balancer.tf
@@ -1,5 +1,5 @@
1
# sets global address name
2
- resource "google_compute_global_address" "default" {
+resource "google_compute_global_address" "default" {
3
project = local.deployment_project
4
name = var.application_name
5
}
versions.tf
@@ -10,5 +10,9 @@ terraform {
10
source = "hashicorp/google-beta"
11
version = "~> 4"
12
13
+ random = {
14
+ source = "hashicorp/random"
15
+ version = "~> 3"
16
+ }
17
18
0 commit comments