Skip to content

Commit afb99f9

Browse files
Ashnayakdcpena
authored andcommitted
Update record link and add migration guide for breaking changes (#24506)
* Update record link and add migration guide for breaking changes * Update index.mdx * Update src/content/docs/terraform/tutorial/index.mdx Co-authored-by: Denise Peña <[email protected]> --------- Co-authored-by: Denise Peña <[email protected]>
1 parent dfb11a0 commit afb99f9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ 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
12+
If you are 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.
13+
:::
14+
1115
## [1 – Initialize Terraform](/terraform/tutorial/initialize-terraform/)
1216

1317
* Brief introduction.
1418
* 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).
19+
* Resource covered: [`cloudflare_dns_record`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/dns_record) (DNS record).
1620

1721
## [2 – Track your history](/terraform/tutorial/track-history/)
1822

0 commit comments

Comments
 (0)