Skip to content

Commit

Permalink
chore(versions/lb): random provider and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bethdevopsbunny committed Aug 25, 2023
1 parent 78d6049 commit 56e810c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion load_balancer.tf
Original file line number Diff line number Diff line change
@@ -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
}
Expand Down
4 changes: 4 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ terraform {
source = "hashicorp/google-beta"
version = "~> 4"
}
random = {
source = "hashicorp/random"
version = "~> 3"
}
}
}

0 comments on commit 56e810c

Please sign in to comment.