provide a way to migrate stackit_argus_instance
to stackit_observability_instance
#532
Labels
bug
Something isn't working
The latest version of the provider renamed the resource
stackit_argus_instance
tostackit_observability_instance
, if I change the resource type in my code and use the moved block to use the new type without re-creating the resources then I get this error from terraformMy moved block looks like this
You must in the provider add support for migrating from
stackit_argus_instance
tostackit_observability_instance
, here is the developer's documentation for doing thishttps://developer.hashicorp.com/terraform/plugin/framework/resources/state-move
Can you please handle this ASAP so we can migrate to the new type?
The text was updated successfully, but these errors were encountered: