terraform-provider-civo icon indicating copy to clipboard operation
terraform-provider-civo copied to clipboard

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

Open rajatjindal opened this issue 6 months ago • 1 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

rajatjindal avatar Jan 02 '24 13:01 rajatjindal