You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2025. It is now read-only.
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.