Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created December 28, 2022 07:00
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/5e52fa9207aab7b8f8a565aaf2fabed9 to your computer and use it in GitHub Desktop.
Save gowatana/5e52fa9207aab7b8f8a565aaf2fabed9 to your computer and use it in GitHub Desktop.
terraform {
required_providers {
avi = {
source = "vmware/avi"
version = "22.1.2"
}
}
}
provider "avi" {
avi_controller = "lab-avi-02.go-lab.jp"
avi_tenant = "admin"
avi_username = "admin"
avi_password = "VMware1!"
avi_version = "22.1.2"
}
@gowatana
Copy link
Author

下記の投稿むけ。

NSX ALB(Avi)を Terraform で操作してみる。(Virtual Service の作成 / 削除)
https://vm.gowatana.jp/entry/2022/12/28/163725

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