Skip to content
Snippets Groups Projects
Unverified Commit 58fe1a0e authored by Mathieu Parent's avatar Mathieu Parent Committed by GitHub
Browse files

Terraform vsphere cleanup (#9672)


* contrib/terraform/vsphere: mark vsphere_password as sensitive

Signed-off-by: default avatarMathieu Parent <math.parent@gmail.com>

* contrib/terraform/vsphere: remove unused modules

Signed-off-by: default avatarMathieu Parent <math.parent@gmail.com>
parent c80bb000
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,9 @@ variable "vsphere_datastore" {}
variable "vsphere_user" {}
variable "vsphere_password" {}
variable "vsphere_password" {
sensitive = true
}
variable "vsphere_server" {}
......
......@@ -4,12 +4,6 @@ terraform {
source = "hashicorp/vsphere"
version = ">= 1.24.3"
}
null = {
source = "hashicorp/null"
}
template = {
source = "hashicorp/template"
}
}
required_version = ">= 0.13"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment