-
-
Save gowatana/d993f80e8881f10efa6ec375717bcde5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data "nutanix_vpcs_v2" "vpc1" { | |
| filter = "name eq 'vpc-01'" | |
| } | |
| data "nutanix_clusters_v2" "cluster1" { | |
| filter = "name eq 'lab-nxce-10'" | |
| } | |
| data "nutanix_images_v2" "image1" { | |
| filter = "startswith(name,'OL9U5_x86_64-kvm-b253.qcow2')" | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
Terraform で FVN の Overlay サブネットを作成してみる。Part-03:サブネットと仮想マシンの追加
https://blog.ntnx.jp/entry/2025/06/10/234105