Skip to content

Commit 5f49f46

Browse files
author
Evan Phoenix
authored
Merge pull request #27 from hashicorp/f-ptfe-pin
Pin ptfe tool to 0.1
2 parents 65a4544 + 5ff9db6 commit 5f49f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ variable "import_key" {
105105
variable "installer_url" {
106106
type = "string"
107107
description = "URL to the cluster setup tool"
108-
default = "https://install.terraform.io/installer/ptfe.zip"
108+
default = "https://install.terraform.io/installer/ptfe-0.1.zip"
109109
}
110110

111111
variable "primary_count" {

0 commit comments

Comments
 (0)