This repository was archived by the owner on Jan 10, 2025. It is now read-only.
This repository was archived by the owner on Jan 10, 2025. It is now read-only.
Warning: Quoted type constraints are deprecated #6
Open
Description
terraform init
yields this:
Warning: Quoted type constraints are deprecated
on .terraform/modules/tf_registry/variables.tf line 12, in variable "name_prefix":
12: 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. To silence this warning, remove the quotes around "string".
Metadata
Metadata
Assignees
Labels
No labels