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
terraform resource aws-parallelcluster_cluster, provider aws-parallelcluster: │ Error: json: cannot unmarshal number into Go struct field Change.changeSet.currentValue of type string #6997
Hello there, I'm using terraform 1.6.6 and aws-parallelcluster 1.1.0
I'm able to successfully create apis and clusters (tried both 3.8.0 and 3.11.1), but when the cluster needs updating, terraform throws this error:
The cloudformation stack gets updated anyway (as you see it already reports it in progress) and succeeds but terraform errors out in update, the second plan/apply shows matching infrastructure.
I tried adding and removing double quotes in the template I'm using but no luck.
I tried both with the native resource aws-parallelcluster_cluster and with @gmarciani 's terraform module but I faced the same issue.