From e19987b4c8c8f46b7097f43bfc7941ef64613927 Mon Sep 17 00:00:00 2001 From: Amy Brown Date: Wed, 30 Oct 2019 16:36:09 -0500 Subject: [PATCH] Update default ptfe.zip to the versioned one --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 4ffc0b99..8cb5477b 100644 --- a/variables.tf +++ b/variables.tf @@ -169,7 +169,7 @@ variable "airgap_package_url" { variable "ptfe_install_url" { type = "string" description = "Location of the ptfe install tool zip file" - default = "https://install.terraform.io/installer/ptfe.zip" + default = "https://install.terraform.io/installer/ptfe-0.1.zip" } variable "jq_url" {