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

Error: Invalid quoted type constraints #1

Open
uniuuu opened this issue Feb 6, 2023 · 0 comments
Open

Error: Invalid quoted type constraints #1

uniuuu opened this issue Feb 6, 2023 · 0 comments

Comments

@uniuuu
Copy link

uniuuu commented Feb 6, 2023

│ Error: Invalid quoted type constraints
│ 
│   on variables.tf line 6, in variable "tags":
│    6:   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.

│ Error: Invalid quoted type constraints
│ 
│   on modules/eks_fabric/variables.tf line 3, in variable "tags":
│    3:   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.
╵

╷
│ Error: Invalid quoted type constraints
│ 
│   on modules/eks_master/variables.tf line 21, in variable "tags":
│   21: 	 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.
╵

╷
│ Error: Invalid quoted type constraints
│ 
│   on modules/eks_worker/variables.tf line 27, in variable "tags":
│   27: 	 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.


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

1 participant