Skip to content

Commit

Permalink
Merge pull request #27 from hashicorp/f-ptfe-pin
Browse files Browse the repository at this point in the history
Pin ptfe tool to 0.1
  • Loading branch information
evanphx authored Oct 30, 2019
2 parents 65a4544 + 5ff9db6 commit 5f49f46
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 @@ -105,7 +105,7 @@ variable "import_key" {
variable "installer_url" {
type = "string"
description = "URL to the cluster setup tool"
default = "https://install.terraform.io/installer/ptfe.zip"
default = "https://install.terraform.io/installer/ptfe-0.1.zip"
}

variable "primary_count" {
Expand Down

0 comments on commit 5f49f46

Please sign in to comment.