Skip to content

Commit

Permalink
remove extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Nov 28, 2023
1 parent f987639 commit 3255eff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/google_vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module "address" {
region = var.region
address_type = "EXTERNAL"
names = var.create_public_ip ? ["${var.name}-address"] : []
# TODO UPDATE DEFAULTS and wait for TPG 5.0.0 support
}

resource "google_compute_instance" "google_vm" {
Expand Down

0 comments on commit 3255eff

Please sign in to comment.