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
│ 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.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: