Skip to content

Commit 56e810c

Browse files
chore(versions/lb): random provider and linting
1 parent 78d6049 commit 56e810c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

load_balancer.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# sets global address name
2-
resource "google_compute_global_address" "default" {
2+
resource "google_compute_global_address" "default" {
33
project = local.deployment_project
44
name = var.application_name
55
}

versions.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ terraform {
1010
source = "hashicorp/google-beta"
1111
version = "~> 4"
1212
}
13+
random = {
14+
source = "hashicorp/random"
15+
version = "~> 3"
16+
}
1317
}
1418
}

0 commit comments

Comments
 (0)