Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
emalinowski authored Dec 16, 2024
1 parent 60b0dda commit 9297410
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tf_files/gen3/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@ variable "ssjdispatcher_enabled" {
default = true
}

variable "sower_enabled" {
description = "Enable sower"
type = bool
default = true
}

variable "tier_access_level" {
description = "Tier access level for guppy"
default = "private"
Expand Down

0 comments on commit 9297410

Please sign in to comment.