dubiety / terraform-aws-elasticsearch-cloudwatch-sns-alarms

terraform module that configures important alarms for AWS elasticsearch and send them to SNS topic
Apache License 2.0
30 stars 45 forks source link

Warning for terraform 12 #3

Closed sshishov closed 4 years ago

sshishov commented 4 years ago

Hi, during using this module along with Terraform 12, we got the following warning:

Warning: Quoted type constraints are deprecated

  on .terraform/modules/es_alarms/variables.tf line 3, in variable "domain_name":
   3:   type        = "string"

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. To silence this warning, remove the quotes around "string".

Could we release the version without warning, please? It can be 1.0.1, for instance.