Skip to content

Commit 6d95dc3

Browse files
Add guides under docs (#1001)
1 parent 86a6e0a commit 6d95dc3

5 files changed

Lines changed: 27 additions & 62 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.3.3 (November 4, 2025)
2+
[Full Changelog](https://github.com/nutanix/terraform-provider-nutanix/compare/v2.3.2...v2.3.3)
3+
4+
**Fixed Bugs:**
5+
- Documentation fix to show guides in Terraform provider docs [#1002](https://github.com/nutanix/terraform-provider-nutanix/issues/1002)
6+
7+
18
## 2.3.2 (November 3, 2025)
29
[Full Changelog](https://github.com/nutanix/terraform-provider-nutanix/compare/v2.3.1...v2.3.2)
310

README.md

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Terraform provider plugin to integrate with Nutanix Cloud Platform.
44

5-
NOTE: The latest version of the Nutanix provider is [v2.3.2](https://github.com/nutanix/terraform-provider-nutanix/releases/tag/v2.3.2).
5+
NOTE: The latest version of the Nutanix provider is [v2.3.3](https://github.com/nutanix/terraform-provider-nutanix/releases/tag/v2.3.3).
66

77
Modules based on Terraform Nutanix Provider can be found here : [Modules](https://github.com/nutanix/terraform-provider-nutanix/tree/master/modules)
88

@@ -22,40 +22,13 @@ Modules based on Terraform Nutanix Provider can be found here : [Modules](https:
2222
* [Go](https://golang.org/doc/install) 1.17+ (to build the provider plugin)
2323
* This provider uses [SDKv2](https://www.terraform.io/plugin/sdkv2/sdkv2-intro) from release 1.3.0
2424

25-
## Introducing Nutanix Terraform Provider Version v2.3.2
25+
## Introducing Nutanix Terraform Provider Version v2.3.3
2626

27-
We're excited to announce the release of Nutanix Terraform Provider Version 2.3.2! This major update brings new features for automating your Nutanix infrastructure.
27+
We're excited to announce the release of Nutanix Terraform Provider Version 2.3.3!
2828

29-
### What's New in v2.3.2
29+
### What's New in v2.3.3
3030

31-
- **Built on v4.1 APIs/SDKs**
32-
This release is built on the latest Nutanix v4 APIs and SDKs, providing improved performance, stability, and alignment with the newest platform capabilities.
33-
34-
- **New Resource Support**
35-
- **OVAs**: Enables the creation and management of OVAs, deployment of VM's through OVA.
36-
- **Password Manager**: Provides the ability to manage system user passwords
37-
38-
- **Enhancements**
39-
- **Project Association with VM for V2 resource**: Associate Project with Virtual Machine V2 resource.
40-
- **Automatic Cluster Selection**: Automatic cluster selection support.
41-
- **Support for object lite source**: Support for object lite source in terraform for images.
42-
- **nutanix_cluster_v2 resource now fully supports cluster expansion operations**, including adding and removing nodes. This enhancement eliminates the need for a separate nutanix_cluster_add_node_v2 resource.
43-
- **Import support is now available for V2 resources**, This enhancement allows users to seamlessly bring existing Nutanix entities under Terraform management(using V2 resources which uses V4 API SDK's), **without recreating them**.
44-
45-
- **Fixed Bugs:**
46-
- Add a clear documentation for cluster delete [\#977](https://github.com/nutanix/terraform-provider-nutanix/issues/977)
47-
- Show warning if cluster is not registered to the PC [\#974](https://github.com/nutanix/terraform-provider-nutanix/issues/974)
48-
- Resource: nutanix_users_v2: Password exposed in state file, Show Warning in case of delete, Documentation changes for using users_v2 resource [\#949](https://github.com/nutanix/terraform-provider-nutanix/issues/949)
49-
- Resource: nutanix_users_v2: Can't change local user password [\#897](https://github.com/nutanix/terraform-provider-nutanix/issues/897)
50-
- Empty id attributes returned for Auth Policy, Roles [\#989](https://github.com/nutanix/terraform-provider-nutanix/issues/989)
51-
- nutanix_user_groups_v2 empty ext_id in state file [\#899](https://github.com/nutanix/terraform-provider-nutanix/issues/899)
52-
- Resource: nutanix_user_key_v2: User should be able to create User Key of OBJECT KEY type [\#996](https://github.com/nutanix/terraform-provider-nutanix/issues/996)
53-
- Creation of a floating IP fails when specifying the desired IP address. Ok if not specify the desired IP [\#939](https://github.com/nutanix/terraform-provider-nutanix/issues/939)
54-
- nutanix_network_security_policy_v2 error: The terraform-provider-nutanix_v2.3.1 plugin crashed! [\#935](https://github.com/nutanix/terraform-provider-nutanix/issues/935)
55-
- nutanix_volume_group_disk_v2 encounters panic when updating disk_size_bytes [\#866](https://github.com/nutanix/terraform-provider-nutanix/issues/886)
56-
---
57-
58-
Upgrade now to take advantage of these powerful features and streamline your Nutanix automation workflows!
31+
- This release includes one documentation fix to show guides in Terraform provider docs [#1002](https://github.com/nutanix/terraform-provider-nutanix/issues/1002), functionally this release is equivalent to v2.3.2
5932

6033

6134
### Software Requirements
@@ -69,6 +42,7 @@ The provider is used to interact with the many resources and data sources suppor
6942
## Compatibility Matrix
7043
| Terraform Version | AOS Version | PC version | Other software versions | Supported |
7144
| :--- | :--- | :--- | :--- | :--- |
45+
| 2.3.3 | 7.3 | pc7.3 or later | Self Service v4.2.0, v4.1.0 | yes |
7246
| 2.3.2 | 7.3 | pc7.3 or later | Self Service v4.2.0, v4.1.0 | yes |
7347
| 2.3.1 | 7.3 | pc7.3 or later | Self Service v4.2.0, v4.1.0 | yes |
7448
| 2.3.0 | 7.3 | pc7.3 or later | Self Service v4.2.0, v4.1.0 | yes |

website/docs/r/Guides/v1_to_v2_migration_guide.html.markdown renamed to website/docs/guides/v1_to_v2_migration_guide.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: "nutanix"
33
page_title: "Migration Guide: V1 to V2 Resources"
4-
sidebar_current: "docs-nutanix-migration-v1-to-v2"
4+
sidebar_current: "docs-nutanix-guides-v1-to-v2-migration-guide"
55
description: |-
66
This guide provides step-by-step instructions for migrating from Nutanix Terraform Provider v1 resources to v2 resources, which are built on v4 APIs/SDKs.
77
---

website/docs/index.html.markdown

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,13 @@ The provider is used to interact with the many resources and data sources suppor
1313
Use the navigation on the left to read about the available resources and data sources this provider can use.
1414

1515

16-
## Introducing Nutanix Terraform Provider Version v2.3.2
16+
## Introducing Nutanix Terraform Provider Version v2.3.3
1717

18-
We're excited to announce the release of Nutanix Terraform Provider Version 2.3.2! This major update brings new features for automating your Nutanix infrastructure.
18+
We're excited to announce the release of Nutanix Terraform Provider Version 2.3.3!
1919

20-
### What's New in v2.3.2
20+
### What's New in v2.3.3
2121

22-
- **Built on v4.1 APIs/SDKs**
23-
This release is built on the latest Nutanix v4 APIs and SDKs, providing improved performance, stability, and alignment with the newest platform capabilities.
24-
25-
- **New Resource Support**
26-
- **OVAs**: Enables the creation and management of OVAs, deployment of VM's through OVA.
27-
- **Password Manager**: Provides the ability to manage system user passwords
28-
29-
- **Enhancements**
30-
- **Project Association with VM for V2 resource**: Associate Project with Virtual Machine V2 resource.
31-
- **Automatic Cluster Selection**: Automatic cluster selection support.
32-
- **Support for object lite source**: Support for object lite source in terraform for images.
33-
- **nutanix_cluster_v2 resource now fully supports cluster expansion operations**, including adding and removing nodes. This enhancement eliminates the need for a separate nutanix_cluster_add_node_v2 resource.
34-
- **Import support is now available for V2 resources**, This enhancement allows users to seamlessly bring existing Nutanix entities under Terraform management(using V2 resources which uses V4 API SDK's), **without recreating them**.
35-
36-
- **Fixed Bugs:**
37-
- Add a clear documentation for cluster delete [\#977](https://github.com/nutanix/terraform-provider-nutanix/issues/977)
38-
- Show warning if cluster is not registered to the PC [\#974](https://github.com/nutanix/terraform-provider-nutanix/issues/974)
39-
- Resource: nutanix_users_v2: Password exposed in state file, Show Warning in case of delete, Documentation changes for using users_v2 resource [\#949](https://github.com/nutanix/terraform-provider-nutanix/issues/949)
40-
- Resource: nutanix_users_v2: Can't change local user password [\#897](https://github.com/nutanix/terraform-provider-nutanix/issues/897)
41-
- Empty id attributes returned for Auth Policy, Roles [\#989](https://github.com/nutanix/terraform-provider-nutanix/issues/989)
42-
- nutanix_user_groups_v2 empty ext_id in state file [\#899](https://github.com/nutanix/terraform-provider-nutanix/issues/899)
43-
- Resource: nutanix_user_key_v2: User should be able to create User Key of OBJECT KEY type [\#996](https://github.com/nutanix/terraform-provider-nutanix/issues/996)
44-
- Creation of a floating IP fails when specifying the desired IP address. Ok if not specify the desired IP [\#939](https://github.com/nutanix/terraform-provider-nutanix/issues/939)
45-
- nutanix_network_security_policy_v2 error: The terraform-provider-nutanix_v2.3.1 plugin crashed! [\#935](https://github.com/nutanix/terraform-provider-nutanix/issues/935)
46-
- nutanix_volume_group_disk_v2 encounters panic when updating disk_size_bytes [\#866](https://github.com/nutanix/terraform-provider-nutanix/issues/886)
22+
- This release includes one documentation fix to show guides in Terraform provider docs [#1002](https://github.com/nutanix/terraform-provider-nutanix/issues/1002), functionally this release is equivalent to v2.3.2
4723

4824

4925
~> **Important Notice:** Upcoming Deprecation of Legacy Nutanix Terraform Provider Resources. Starting with the Nutanix Terraform Provider release planned for Q4-CY2026, legacy resources which are based on v0.8,v1,v2 and v3 APIs will be deprecated and no longer supported. For more information, visit [Legacy API Deprecation Announcement](https://portal.nutanix.com/page/documents/eol/list?type=announcement) [Legacy API Deprecation - FAQs](https://portal.nutanix.com/page/documents/kbs/details?targetId=kA0VO0000005rgP0AQ). Nutanix strongly encourages you to migrate your scripts and applications to the latest v2 version of the Nutanix Terraform Provider resources, which are built on our v4 APIs/SDKs. By adopting the latest v2 version based on v4 APIs and SDKs, our users can leverage the enhanced capabilities and latest innovations from Nutanix. We understand that this transition may require some effort, and we are committed to supporting you throughout the process. Please refer to our documentation and support channels for guidance and assistance.
@@ -57,6 +33,7 @@ Customers not taking advantage of the Advanced API/SDK Support Program will con
5733
## Compatibility Matrix
5834
| Terraform Version | AOS Version | PC version | Other software versions | Supported |
5935
| :--- | :--- | :--- | :--- | :--- |
36+
| 2.3.3 | 7.3 | pc7.3 or later | Self Service v4.2.0, v4.1.0 | yes |
6037
| 2.3.2 | 7.3 | pc7.3 or later | Self Service v4.2.0, v4.1.0 | yes |
6138
| 2.3.1 | 7.3 | pc7.3 or later | Self Service v4.2.0, v4.1.0 | yes |
6239
| 2.3.0 | 7.3 | pc7.3 or later | Self Service v4.2.0, v4.1.0 | yes |

website/nutanix.erb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@
99
<li<%= sidebar_current("docs-nutanix-index") %>>
1010
<a href="/docs/providers/nutanix/index.html">Nutanix Provider</a>
1111
</li>
12-
12+
<li<%= sidebar_current("docs-nutanix-guides") %>>
13+
<a href="#">Guides</a>
14+
<ul class="nav nav-visible">
15+
<li<%= sidebar_current("docs-nutanix-guides-v1-to-v2-migration-guide") %>>
16+
<a href="/docs/providers/nutanix/guides/v1_to_v2_migration_guide.html">Migration Guide: V1 to V2 Resources</a>
17+
</li>
18+
</ul>
19+
</li>
1320
<li<%= sidebar_current("docs-nutanix-datasource") %>>
1421
<a href="#">Data Sources</a>
1522
<ul class="nav nav-visible">

0 commit comments

Comments
 (0)