Skip to content

Commit

Permalink
Fix unknown type boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
adenot committed Jul 16, 2024
1 parent f0e0736 commit 780b76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ variable "kms_key_arn" {
}

variable "attachInternetGateway" {
type = boolean
type = bool
default = true
description = "To attach or not the internet gateway within the public subnet."
}

0 comments on commit 780b76b

Please sign in to comment.