terraform-aws-codecommit-cicd icon indicating copy to clipboard operation
terraform-aws-codecommit-cicd copied to clipboard

Type values in strings is now deprecated.

Open FaizanRazaBT opened this issue 3 years ago • 1 comments

The Terraform configuration must be valid before initialization so that Terraform can determine which modules and providers need to be installed. ╷ │ Error: Invalid quoted type constraints │ │ on .terraform\modules\codecommit_cicd.unique_label\variables.tf line 11, in variable "delimiter": │ 11: 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. Remove the quotes around "string". ╵

╷ │ Error: Invalid quoted type constraints │ │ on .terraform\modules\codecommit_cicd.unique_label\variables.tf line 17, in variable "attributes": │ 17: 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. ╵

╷ │ Error: Invalid quoted type constraints │ │ on .terraform\modules\codecommit_cicd.unique_label\variables.tf line 23, in variable "tags": │ 23: type = "map" │ │ 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 "map" and write map(string) instead to explicitly
│ indicate that the map elements are strings.

FaizanRazaBT avatar Dec 16 '21 00:12 FaizanRazaBT

I'm facing the same issue, but this repo seems abbandoned. Is it being maintained somewhere else?

driv avatar May 06 '22 05:05 driv