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 3089686 commit e25e6f4Copy full SHA for e25e6f4
main.tf
@@ -51,9 +51,6 @@ resource "azurerm_orchestrated_virtual_machine_scale_set" "firezone" {
51
#!/bin/bash
52
set -euo pipefail
53
54
- sudo apt-get update
55
- sudo apt-get install -y curl
56
-
57
# Export environment variables for the installation script
58
export FIREZONE_TOKEN="${var.firezone_token}"
59
export FIREZONE_VERSION="${var.firezone_version}"
0 commit comments