diff --git a/src/content/docs/terraform/tutorial/index.mdx b/src/content/docs/terraform/tutorial/index.mdx index bae24b2c81ad32..7af6b01068eab6 100644 --- a/src/content/docs/terraform/tutorial/index.mdx +++ b/src/content/docs/terraform/tutorial/index.mdx @@ -6,13 +6,13 @@ sidebar: --- -Before you begin, make sure you [install Terraform](/terraform/installing/). Each tutorial builds on the previous, so you should complete the tutorials in the order shown below. +Before you begin, [install Terraform](/terraform/installing/). Each tutorial builds on the previous, so you should complete the tutorials in the order shown below. ## [1 – Initialize Terraform](/terraform/tutorial/initialize-terraform/) * Brief introduction. * Introduction of `terraform init`, `plan`, `apply`, and `show`. -* Resource covered: [`cloudflare_record`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/record) (DNS record). +* Resource covered: [`cloudflare_record`](https://registry.terraform.io/providers/cloudflare/cloudflare/4.52.0/docs/resources/record) (DNS record). ## [2 – Track your history](/terraform/tutorial/track-history/)