Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
caruccio committed Aug 28, 2024
1 parent 642f16e commit 0483372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables-provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ variable "kubespray_dir" {
variable "inventory_file" {
description = "Kubespray inventory file"
type = string
default = "/cluster/hosts.yaml"
default = "hosts.yaml"
}

variable "master_nodes" {
Expand Down Expand Up @@ -236,7 +236,7 @@ variable "ssh_password" {
variable "ssh_private_key" {
description = "Path for SSH private key"
type = string
default = "/cluster/identity"
default = "identity"
}

variable "ssh_bastion_host" {
Expand Down

0 comments on commit 0483372

Please sign in to comment.