We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3278784 commit b2af4faCopy full SHA for b2af4fa
main.tf
@@ -62,9 +62,6 @@ resource "azurerm_orchestrated_virtual_machine_scale_set" "firezone" {
62
#!/bin/bash
63
set -euo pipefail
64
65
- sudo apt-get update
66
- sudo apt-get install -y curl
67
-
68
# Export environment variables for the installation script
69
export FIREZONE_TOKEN="${var.firezone_token}"
70
export FIREZONE_VERSION="${var.firezone_version}"
0 commit comments