rancher / terraform-provider-rancher2

Terraform Rancher2 provider
https://www.terraform.io/docs/providers/rancher2/
Mozilla Public License 2.0
263 stars 228 forks source link

Terraform rancher2 failed plan: Error: missing expected [ #1020

Open artiotest opened 2 years ago

artiotest commented 2 years ago

Without make any changes Terraform rancher2 plugin failed with the following error:

module.rke.null_resource.delay: Refreshing state... [id=2920492733094079458] module.rke.random_id.instance_id: Refreshing state... [id=ywnH] module.rke.rancher2_node_template.worker_template_co: Refreshing state... [id=cattle-global-nt:nt-mbfzw] module.rke.rancher2_node_template.control_plane_template_co: Refreshing state... [id=cattle-global-nt:nt-xk6tx] Error: missing expected [

What could it be ? Something in the cluster template ?

git-ival commented 2 years ago

Possibly related to the following issue: https://github.com/rancher/terraform-provider-rancher2/issues/1011