Closed
Description
Nutanix Cluster Information
Nutanix Karbon 2.4
Terraform Version
Affected Resource(s)
- nutanix_karbon_cluster
Terraform Configuration Files
Standard Karbon creation. See Karbon examples
Debug Output
│ Error: error occurred during cluster creation:
│ error: name in body should match '^a-z0-9?$'
│
Expected Behavior
Karbon cluster should be created without an error
Actual Behavior
Error regarding name regex is thrown
Steps to Reproduce
- Define a Karbon cluster in TF
- TF apply
Important Factors
Only occurs in Karbon 2.4. Issues is related to default node pool names used.
As a workaround pass the name attribute on a per nodepool basis in TF.