Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Type values in strings is now deprecated.  #9

@FaizanRazaBT

Description

@FaizanRazaBT

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions