From 793a3abef83a64af3a420e70da4d500b3187a632 Mon Sep 17 00:00:00 2001 From: Geoff Greer Date: Thu, 18 May 2017 08:36:13 -0700 Subject: [PATCH] Don't set tectonic_etcd_count to 3, as that currently breaks tf destroy. --- test/aws.tfvars | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/aws.tfvars b/test/aws.tfvars index 6dfbed596f..1bdc5380a8 100644 --- a/test/aws.tfvars +++ b/test/aws.tfvars @@ -2,7 +2,8 @@ tectonic_worker_count = "4" tectonic_master_count = "3" -tectonic_etcd_count = "3" +# Disabled because this breaks tf destroy right now +# tectonic_etcd_count = "3" tectonic_etcd_servers = [""]