Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed May 20, 2022
1 parent d1ed3d2 commit cecb3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/inception/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ locals {
region = var.region
network_prefix = var.network_prefix

cluster_location = var.cluster_zone == "" ? local.region : "${local.region}-${var.cluster_zone}"
cluster_location = var.cluster_zone == "" ? local.region : "${local.region}-${var.cluster_zone}"
bastion_zone = "${local.region}-${var.primary_zone}"
bastion_machine_type = var.bastion_machine_type
bastion_image = var.bastion_image
Expand Down

0 comments on commit cecb3ca

Please sign in to comment.