Skip to content

Commit

Permalink
Update _variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
caiovfernandes authored May 9, 2024
1 parent 49b281f commit bcf3709
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,10 @@ variable "kms_key_arn" {
type = string
default = ""
description = "The ARN of the KMS Key to use when encrypting log data."
}
}

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

0 comments on commit bcf3709

Please sign in to comment.