Closed fernando-villalba closed 3 months ago
Hi @uzaxirr
In here,
Spaces are being trimmed from the plans
's name.
correcting that fixes the issue. I believe this is how the API expects.
Result:
Hi @uzaxirr
In here, Spaces are being trimmed from the
plans
's name.correcting that fixes the issue. I believe this is how the API expects.
Result:
@Praveen005 Please raise a PR
Description
Issue
If you use the following command to create a cluster:
It works:
However doing the same with Terraform doesn't:
Error:
Looks like the provider is stripping the spaces.
Acceptance criteria
Screenshots
No response
Additional information
No response