mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Terraform vsphere cleanup (#9672)
* contrib/terraform/vsphere: mark vsphere_password as sensitive Signed-off-by: Mathieu Parent <math.parent@gmail.com> * contrib/terraform/vsphere: remove unused modules Signed-off-by: Mathieu Parent <math.parent@gmail.com>
This commit is contained in:
@@ -23,7 +23,9 @@ variable "vsphere_datastore" {}
|
|||||||
|
|
||||||
variable "vsphere_user" {}
|
variable "vsphere_user" {}
|
||||||
|
|
||||||
variable "vsphere_password" {}
|
variable "vsphere_password" {
|
||||||
|
sensitive = true
|
||||||
|
}
|
||||||
|
|
||||||
variable "vsphere_server" {}
|
variable "vsphere_server" {}
|
||||||
|
|
||||||
|
|||||||
@@ -4,12 +4,6 @@ terraform {
|
|||||||
source = "hashicorp/vsphere"
|
source = "hashicorp/vsphere"
|
||||||
version = ">= 1.24.3"
|
version = ">= 1.24.3"
|
||||||
}
|
}
|
||||||
null = {
|
|
||||||
source = "hashicorp/null"
|
|
||||||
}
|
|
||||||
template = {
|
|
||||||
source = "hashicorp/template"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
required_version = ">= 0.13"
|
required_version = ">= 0.13"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user