From 5ff9db666a3b9495267f18d924c152e0323bd6eb Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Wed, 30 Oct 2019 14:21:25 -0700 Subject: [PATCH] Pin ptfe tool to 0.1 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 2597a278..fd1cf527 100644 --- a/variables.tf +++ b/variables.tf @@ -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" {