Skip to content

Add variable type to pass the linter check #44

@YevheniiPokhvalii

Description

@YevheniiPokhvalii

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.

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