Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created November 13, 2022 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/4500dc462a5bc875f2f3c024318ba0f9 to your computer and use it in GitHub Desktop.
Save gowatana/4500dc462a5bc875f2f3c024318ba0f9 to your computer and use it in GitHub Desktop.
variable "vcd_user" {}
variable "vcd_pass" {}
variable "vcd_org" {}
variable "vcd_vdc" {}
variable "vcd_url" {}
variable "vcd_max_retry_timeout" {
default = 60
}
variable "vcd_allow_unverified_ssl" {
default = false
}
@gowatana
Copy link
Author

下記の投稿むけ。

VMware Cloud Director 10.4 を Terraform で操作してみる。Part-02 vApp と VM の作成
https://vm.gowatana.jp/entry/2022/11/13/161857

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment