Skip to content

Commit

Permalink
Update variables-common
Browse files Browse the repository at this point in the history
  • Loading branch information
caruccio committed Sep 25, 2024
1 parent 146fb17 commit 6519189
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions variables-common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ variable "flux_install_file" {
default = ""
}

variable "flux_wait" {
description = "Wait for all manifests to apply"
type = bool
default = true
}

variable "flux_identity_file" {
description = "SSH deploy private key"
type = string
Expand All @@ -69,6 +63,12 @@ variable "flux_identity_pub_file" {
default = "identity.pub"
}

variable "flux_wait" {
description = "Wait for all manifests to apply"
type = bool
default = true
}

variable "kubeconfig_filename" {
description = "Kubeconfig path"
default = "~/.kube/config"
Expand Down

0 comments on commit 6519189

Please sign in to comment.