Disable flow for pre
Showing
... | ... | @@ -30,8 +30,9 @@ module "web-puma" { |
region = "${var.region}" | ||
service_account_email = "${var.service_account_email}" | ||
service_port = 443 | ||
source = "git::ssh://[email protected]/gitlab-com/gl-infra/terraform-modules/google/generic-sv-with-group.git?ref=v1.0.2" | ||
source = "git::ssh://[email protected]/gitlab-com/gl-infra/terraform-modules/google/generic-sv-with-group.git?ref=v1.0.3" | ||
tier = "sv" | ||
use_new_node_name = true | ||
use_external_ip = true | ||
vpc = "${module.network.self_link}" | ||
} |
Please register or sign in to comment