Closed bwhaley closed 3 years ago
this will break variables in at least here https://github.com/hashicorp/terraform-aws-vault/tree/master/modules/vault-cluster
╷
│ Error: Invalid quoted type constraints
│
│ on .terraform/modules/vault_cluster/modules/vault-cluster/variables.tf line 24, in variable "allowed_inbound_cidr_blocks":
│ 24: type = "list"
│
│ Terraform 0.11 and earlier required type constraints to be given in quotes, but that form is now deprecated and will be removed in a future version of
│ Terraform. Remove the quotes around "list" and write list(string) instead to explicitly indicate that the list elements are strings.
opening a pull for that now
scratch that... im working off old code. everything i use is working with tf 1!
@bwhaley Looks like there were some test failures
Mind kicking off the tests again?
Tests are running again!
Tests appear to be passing.
Indeed they are! Merging now.
Updates tests to use Terraform 1.0.