You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-20Lines changed: 33 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Terraform provider plugin to integrate with Nutanix Cloud Platform.
4
4
5
-
NOTE: The latest version of the Nutanix provider is [v2.2.1](https://github.com/nutanix/terraform-provider-nutanix/releases/tag/v2.2.1).
5
+
NOTE: The latest version of the Nutanix provider is [v2.3.0](https://github.com/nutanix/terraform-provider-nutanix/releases/tag/v2.3.0).
6
6
7
7
Modules based on Terraform Nutanix Provider can be found here : [Modules](https://github.com/nutanix/terraform-provider-nutanix/tree/master/modules)
8
8
@@ -22,34 +22,36 @@ Modules based on Terraform Nutanix Provider can be found here : [Modules](https:
22
22
*[Go](https://golang.org/doc/install) 1.17+ (to build the provider plugin)
23
23
* This provider uses [SDKv2](https://www.terraform.io/plugin/sdkv2/sdkv2-intro) from release 1.3.0
24
24
25
-
### Introducing Nutanix Terraform Provider Version 2.2.1
26
-
We're excited to announce the release of Nutanix Terraform Provider Version 2.2.1! This update brings significant enhancements and bug fixes to your infrastructure management experience:
27
-
28
-
- This is a minor release that includes enhancements and bug fixes, aimed at improving stability and reliability.
25
+
## Introducing Nutanix Terraform Provider Version v2.3.0
29
26
30
-
### Introducing Nutanix Terraform Provider Version 2.2.0
31
-
We're excited to announce the release of Nutanix Terraform Provider Version 2.2.0! This major update brings significant improvements to your infrastructure management experience:
32
-
33
-
- It will allow you to interact with Self Service API. With this new plugin support you will be able to launch a Single VM Blueprint to create an Application in Self Service and perform some Day 2 actions like updating application, creating snapshot/restore etc.
27
+
We're excited to announce the release of Nutanix Terraform Provider Version 2.3.0! This major update brings new features for automating your Nutanix infrastructure.
28
+
29
+
### What's New in v2.3.0
30
+
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
+
-**Objects**: Automate Nutanix Objects (S3-compatible storage) management for scalable storage use cases.
36
+
-**Service Accounts**: Manage service accounts directly through Terraform.
37
+
38
+
---
39
+
40
+
Upgrade now to take advantage of these powerful features and streamline your Nutanix automation workflows!
34
41
35
-
### Introducing Nutanix Terraform Provider Version 2.1.0
36
-
We're excited to announce the release of Nutanix Terraform Provider Version 2.1.0! This major update brings significant improvements to your infrastructure management experience:
37
-
38
-
- Built on the latest v4 APIs/SDKs: Leveraging the power of Nutanix v4 APIs/SDKs, this version offers enhanced functionality and better integration with the latest Nutanix features.
39
-
- Expanded Resource Coverage: Discover new resources and data sources, enabling you to model and manage a broader spectrum of Nutanix infrastructure components within your Terraform configurations.
40
-
- <b>Version Suffix: Modules built based on v4 PC/PE GA sdks are marked with the *_v2 suffix.</b>
41
42
42
43
### Software Requirements
43
-
The provider is used to interact with the many resources and data sources supported by Nutanix, using Prism Central as the provider endpoint. To fully utilize the capabilities of version 2.2.0, ensure your Nutanix environment meets the following software requirements:
44
-
- Self Service version: 4.1.0 (Required only for running Self Service based resource and data source)
45
-
- AOS Version: 7.0.1, 7.0 or later
46
-
- Prism Central Version: pc2024.3, pc2024.3.1 or later
47
-
- Nutanix Terraform Provider Version: 2.2.0
44
+
The provider is used to interact with the many resources and data sources supported by Nutanix, using Prism Central as the provider endpoint. To fully utilize the capabilities of version 2.3.0, ensure your Nutanix environment meets the following software requirements:
45
+
- Self Service version: 4.2.0 (Required only for running Self Service based resource and data source)
46
+
- AOS Version: 7.3 or later
47
+
- Prism Central Version: pc 7.3 or later
48
+
- Nutanix Terraform Provider Version: 2.3.0
48
49
49
50
50
51
## Compatibility Matrix
51
52
| Terraform Version | AOS Version | PC version | Other software versions | Supported |
52
53
| :--- | :--- | :--- | :--- | :--- |
54
+
| 2.3.0 | 7.3 | pc7.3 or later | Self Service v4.2.0, v4.1.0 | yes |
53
55
| 2.2.1 | 7.0.1, 7.0 | pc2024.3, pc2024.3.1 or later || yes |
54
56
| 2.2.0 ||| Self Service v4.1.0 | yes |
55
57
| 2.1.1 | 7.0.1, 7.0 | pc2024.3, pc2024.3.1 or later || yes |
@@ -248,6 +250,11 @@ From foundation getting released in 1.5.0-beta, provider configuration will acco
248
250
| nutanix_self_service_app_recovery_point | - |
249
251
| nutanix_self_service_app_custom_action | - |
250
252
| nutanix_self_service_app_restore | - |
253
+
| - | nutanix_user_key_v2 |
254
+
| - | nutanix_user_key_revoke_v2 |
255
+
| - | nutanix_object_store_v2 |
256
+
| - | nutanix_object_store_certificate_v2 |
257
+
251
258
252
259
253
260
## Data Sources
@@ -377,6 +384,12 @@ From foundation getting released in 1.5.0-beta, provider configuration will acco
0 commit comments