Skip to content

Commit

Permalink
Terraform vsphere cleanup (kubernetes-sigs#9672)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
sathieu authored and nolimitkun committed Mar 19, 2023
1 parent 50a8178 commit 729dc62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion contrib/terraform/vsphere/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ variable "vsphere_datastore" {}

variable "vsphere_user" {}

variable "vsphere_password" {}
variable "vsphere_password" {
sensitive = true
}

variable "vsphere_server" {}

Expand Down
6 changes: 0 additions & 6 deletions contrib/terraform/vsphere/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 729dc62

Please sign in to comment.