nutanix / terraform-provider-nutanix

Terraform Nutanix Provider
https://www.terraform.io/docs/providers/nutanix/
Mozilla Public License 2.0
93 stars 112 forks source link

Unsupported terraform resource type for VPC #637

Closed nalluriavinash5 closed 10 months ago

nalluriavinash5 commented 10 months ago

Nutanix Cluster Information

Terraform Version

1.3.3 If I use version 1.5.7, I am getting this error "Provider registry.terraform.io/nutanix/nutanix v1.2.0 does not have a │ package available for your current platform, darwin_arm64." So kept my tfenv as 1.3.3

Affected Resource(s)

nutanix_vpc

Debug Output

Error: Invalid resource type │ │ on main.tf line 1, in resource "nutanix_vpc" "vpc": │ 1: resource "nutanix_vpc" "vpc" { │ │ The provider nutanix/nutanix does not support resource type "nutanix_vpc".

Steps to Reproduce

  1. terraform -v 1.3.3
  2. Create a VPC resource using resourcetype as "nutanix_vpc"
nalluriavinash5 commented 10 months ago

I was using provider version as mentioned in the template 1.2.0 but as I upgraded to 1.9.3 to resolved the issue