Skip to content

Commit

Permalink
Add default false for non tyk services
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbiraw committed Apr 24, 2024
1 parent 3f39c0d commit 5f72b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/vars.deployments.gravitee.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variable "gravitee_enabled" {
type = bool
default = true
default = false
}

variable "gravitee_version" {
Expand Down
2 changes: 1 addition & 1 deletion deployments/vars.deployments.kong.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variable "kong_enabled" {
type = bool
default = true
default = false
}

variable "kong_version" {
Expand Down

0 comments on commit 5f72b24

Please sign in to comment.