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 d9963a3 commit 7ec6f01Copy full SHA for 7ec6f01
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