terraform-aws-codecommit-cicd
terraform-aws-codecommit-cicd copied to clipboard
Type values in strings is now deprecated.
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.
I'm facing the same issue, but this repo seems abbandoned. Is it being maintained somewhere else?