Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type values in strings is now deprecated. #9

Open
FaizanRazaBT opened this issue Dec 16, 2021 · 1 comment
Open

Type values in strings is now deprecated. #9

FaizanRazaBT opened this issue Dec 16, 2021 · 1 comment

Comments

@FaizanRazaBT
Copy link

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.

@driv
Copy link

driv commented May 6, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants