Skip to content

Commit 7cd23a1

Browse files
authored
Update record link and add migration guide for breaking changes
1 parent 0004093 commit 7cd23a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/content/docs/terraform/tutorial/index.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@ sidebar:
88

99
Before you begin, [install Terraform](/terraform/installing/). Each tutorial builds on the previous, so you should complete the tutorials in the order shown below.
1010

11+
> **Note**: These tutorials use Cloudflare Terraform Provider v5. If you're upgrading from v4, review the [migration guide](https://github.com/cloudflare/terraform-provider-cloudflare/blob/main/docs/guides/version-5-upgrade.md) for breaking changes.
12+
1113
## [1 – Initialize Terraform](/terraform/tutorial/initialize-terraform/)
1214

1315
* Brief introduction.
1416
* Introduction of `terraform init`, `plan`, `apply`, and `show`.
15-
* Resource covered: [`cloudflare_record`](https://registry.terraform.io/providers/cloudflare/cloudflare/4.52.0/docs/resources/record) (DNS record).
17+
* Resource covered: [`cloudflare_dns_record`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/dns_record) (DNS record).
1618

1719
## [2 – Track your history](/terraform/tutorial/track-history/)
1820

1921
* Store Cloudflare configuration in source control.
22+
* Best practices for managing Terraform state.
2023

2124
## [3 – Configure HTTPS settings](/terraform/tutorial/configure-https-settings/)
2225

0 commit comments

Comments
 (0)