-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
bugπ An issue with the systemπ An issue with the system
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.
Metadata
Metadata
Assignees
Labels
bugπ An issue with the systemπ An issue with the system