Skip to content

Add variable type to pass the linter check #44

Description

Please change terraform-example-module
/variables.tf from:

variable "example" {
  description = "Example variable"
  default     = "hello world"
}

to

variable "example" {
  type        = string
  description = "Example variable"
  default     = "hello world"
}

in order for the terraform lint to pass all checks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug🐛 An issue with the system

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions