Skip to content

Commit

Permalink
Merge pull request #25 from hashicorp/testing-101519
Browse files Browse the repository at this point in the history
Update default ptfe.zip to the versioned one
  • Loading branch information
amy-hashi authored Oct 30, 2019
2 parents 681be27 + 56c5bf6 commit 0bb6158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 0bb6158

Please sign in to comment.