Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created May 8, 2024 23:57
Show Gist options
  • Save gowatana/544b107be82b9e5588c4742516d93ca1 to your computer and use it in GitHub Desktop.
Save gowatana/544b107be82b9e5588c4742516d93ca1 to your computer and use it in GitHub Desktop.
terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = "2.7.0"
}
}
}
provider "vsphere" {
user = "automation@go-lab.jp"
password = "VMware1!"
vsphere_server = "infra-vc-01.go-lab.jp"
allow_unverified_ssl = true
}
@gowatana
Copy link
Author

gowatana commented May 9, 2024

下記の投稿むけ。

Avi Load Balancer を Terraform で操作してみる。(vSphere といっしょに)
https://vm.gowatana.jp/entry/2024/05/09/235916

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