mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Do not r/./- when deploying gateways
This commit is contained in:
@@ -109,7 +109,7 @@ resource "google_compute_instance_template" "application" {
|
||||
|
||||
firezone_token = var.token
|
||||
firezone_api_url = var.api_url
|
||||
firezone_version = replace(var.vsn, ".", "-")
|
||||
firezone_version = var.vsn
|
||||
firezone_artifact_url = "https://storage.googleapis.com/firezone-prod-artifacts/firezone-gateway"
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user