-
-
Save gowatana/413e6943a98756e050fee5f41c73595e 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
| resource "nutanix_floating_ip_v2" "fip1" { | |
| name = "fip1" | |
| description = null | |
| external_subnet_reference = data.nutanix_subnets_v2.ext-subnet1.subnets[0].ext_id | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
Terraform で FVN の NAT VPC を構成してみる。Part-02:仮想マシンと Floating IP の作成
https://blog.ntnx.jp/entry/2025/05/20/212429