Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created June 23, 2025 18:45
Show Gist options
  • Select an option

  • Save gowatana/df30dce54c99c5bdff790aed527abb55 to your computer and use it in GitHub Desktop.

Select an option

Save gowatana/df30dce54c99c5bdff790aed527abb55 to your computer and use it in GitHub Desktop.
resource "nutanix_images_v2" "image1" {
name = "OL9U5_x86_64-kvm-b253.qcow2"
description = null
type = "DISK_IMAGE"
source {
url_source {
url = "https://yum.oracle.com/templates/OracleLinux/OL9/u5/x86_64/OL9U5_x86_64-kvm-b253.qcow2"
}
}
}
@gowatana

Copy link
Copy Markdown
Author

下記の投稿むけ。

Terraform の Nutanix Provider v2 を使用してみる。Part-02:仮想マシン作成の準備
https://blog.ntnx.jp/entry/2025/06/24/040159

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