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
provider.nutanix v1.0.2
also checked on
Terraform v0.11.14
provider.nutanix v1.0.2
Affected Resource(s)
nutanix_subnet
Terraform Configuration Files
data"nutanix_clusters""clusters" {
}
output"cluster" {
value=data.nutanix_clusters.clusters.entities.0.metadata.uuid
}
resource"nutanix_subnet""next-iac-managed" {
# What cluster will this VLAN live on?cluster_uuid=data.nutanix_clusters.clusters.entities.0.metadata.uuid# General Informationname="next-iac-managed-kotki"vlan_id=101subnet_type="VLAN"
}
Nutanix Cluster Information
Version 5.11 - Starter License
NCC Version: 3.8.0.1
LCM Version: 2.2.9803
Terraform Version
Terraform v0.12.24
also checked on
Terraform v0.11.14
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/rafaldutko-ig/2465e7f1c382a772a05a94b7f2889cec
Panic Output
https://gist.github.com/rafaldutko-ig/b664c3a7cd396e6055ae7beed1a35a6e
Expected Behavior
Network renamed from next-iac-managed-example to next-iac-managed-kotki
Actual Behavior
Terraform crashed with SIGSEGV
Steps to Reproduce
terraform apply
Important Factors
Using a Prism Element cluster
References
The text was updated successfully, but these errors were encountered: