-
-
Save gowatana/5b3aa6febd1d7df3928f4cc00e3d1c30 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_clusters_v2" "cluster1" { | |
| filter = "name eq 'lab-nxce-10'" | |
| } | |
| output "cluster_ext_id" { | |
| value = data.nutanix_clusters_v2.cluster1.cluster_entities[0].ext_id | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
Terraform の Nutanix Provider v2 を使用してみる。(接続確認編)
https://blog.ntnx.jp/entry/2025/05/12/025114