From e32d01f38a188798526acb25c7c5f7ee77b7766d Mon Sep 17 00:00:00 2001 From: James Woolfenden Date: Sat, 16 Jan 2021 09:51:16 +0000 Subject: [PATCH] update to tf 0.14 --- README.md | 2 +- variables.tf | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fc43fcf..2d4fa0b 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ No requirements. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | allowed\_ranges | Allowed ranges that can access the cluster | `list(any)` |
[
"0.0.0.0/0"
]
| no | -| ami | Contains information to select desired AWS AMI | `string` | n/a | yes | +| ami | Contains information to select desired AWS AMI | `any` | n/a | yes | | common\_tags | Implements the common tags scheme | `map(string)` | n/a | yes | | config-file | n/a | `string` | `"/etc/dse/cassandra/cassandra.yaml"` | no | | instance\_type | aws instance type and class | `string` | n/a | yes | diff --git a/variables.tf b/variables.tf index e260ba5..361b9a4 100644 --- a/variables.tf +++ b/variables.tf @@ -36,7 +36,6 @@ variable "config-file" { } variable "ami" { - type = string description = "Contains information to select desired AWS AMI" }