-
-
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