civo/terraform-provider-civo

[BUG] resource civo_instance shows planned changes (in ssh key and script field) without any changes

Closed this issue · 2 comments

Description

i am trying to use the provider to setup some instances on Civo, and even without changing anything, the plan always try to change the ssh-key field on the resource.

on trying to understand what might be causing this, i think it is happening because here we are using civogo.Instance.SSHKey instead of civogo.Instance.SSHKeyID

could you please take a look and provide your feedback if this report makes sense or I am missing something here.

thank you.

Screenshots

No response

Additional information

No response

OK I will check this

This should be fixed now. Report back if you still experiencing the same issue