From 76b5757cf0e2a6fd7d5ad2ed57ff659a59fda730 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 27 Nov 2018 13:00:10 -0800 Subject: [PATCH] data/data/aws/variables-aws: Drop tectonic_aws_worker_ec2_type, etc. The last consumers for these were removed by 124ac351 (*: Use machine-api-operator to deploy worker nodes, 2018-09-04, #119). --- data/data/aws/variables-aws.tf | 52 ---------------------------------- pkg/tfvars/aws/aws.go | 15 ++-------- pkg/tfvars/tfvars.go | 6 ---- 3 files changed, 2 insertions(+), 71 deletions(-) diff --git a/data/data/aws/variables-aws.tf b/data/data/aws/variables-aws.tf index 615e9a19045..8d86735f16c 100644 --- a/data/data/aws/variables-aws.tf +++ b/data/data/aws/variables-aws.tf @@ -13,12 +13,6 @@ variable "tectonic_aws_master_ec2_type" { default = "t2.medium" } -variable "tectonic_aws_worker_ec2_type" { - type = "string" - description = "Instance size for the worker node(s). Example: `t2.medium`." - default = "t2.medium" -} - variable "tectonic_aws_ec2_ami_override" { type = "string" description = "(optional) AMI override for all nodes. Example: `ami-foobar123`." @@ -36,17 +30,6 @@ EOF default = [] } -variable "tectonic_aws_worker_extra_sg_ids" { - description = <