Skip to content

Commit

Permalink
update to tf 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Jan 16, 2021
1 parent 10bf338 commit e32d01f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ No requirements.
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| allowed\_ranges | Allowed ranges that can access the cluster | `list(any)` | <pre>[<br> "0.0.0.0/0"<br>]</pre> | 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 |
Expand Down
1 change: 0 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ variable "config-file" {
}

variable "ami" {
type = string
description = "Contains information to select desired AWS AMI"
}

Expand Down

0 comments on commit e32d01f

Please sign in to comment.