Skip to content

Commit

Permalink
feat(cluster): saving money by temporarly removing aks and bastion
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <[email protected]>
  • Loading branch information
fredrkl committed Jan 22, 2024
1 parent fb2afa7 commit c1e7d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "name_prefix" {
variable "enable_bastion" {
description = "Feature flag to control the creation of the bastion module resources"
type = bool
default = true
default = false
}

variable "bastion_admin_password" {
Expand All @@ -31,7 +31,7 @@ variable "bastion_admin_password" {
variable "enable_aks" {
description = "Feature flag to control the creation of the aks module resources"
type = bool
default = true
default = false
}

variable "ssh_public_key" {
Expand Down

0 comments on commit c1e7d8d

Please sign in to comment.