Skip to content

Commit

Permalink
Format terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Oct 18, 2024
1 parent b0fe391 commit 2eb4c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cluster/network/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ resource "google_compute_global_forwarding_rule" "https" {
name = "${var.prefix}forwarding-rule-https"
target = google_compute_target_https_proxy.default.self_link
load_balancing_scheme = "EXTERNAL_MANAGED"
port_range = "443"
labels = var.labels
port_range = "443"
labels = var.labels
}


Expand Down

0 comments on commit 2eb4c43

Please sign in to comment.