dnsimple / terraform-provider-dnsimple

Terraform DNSimple provider.
https://www.terraform.io/docs/providers/dnsimple/
Mozilla Public License 2.0
22 stars 20 forks source link

Document how to migrate a deprecated resource in the form of a guide #69

Closed DXTimer closed 1 year ago

DXTimer commented 1 year ago

This PR introduces a migration guide for deprecated resources. The guide is intended to be generic with a detailed example. The example used in the guide is the migration of dnsimple_record to dnsimple_zone_record which is an actual deprecation change in the provider.

The intended use of the guide going forward is to include a link to it when we are deprecating a resource that has a replacement.

Reviewer note

To view the rendered document you can use https://github.com/dnsimple/terraform-provider-dnsimple/pull/67

Supersedes https://github.com/dnsimple/terraform-provider-dnsimple/pull/67