Skip to content

Commit fa8ef92

Browse files
Ashnayakdcpena
andauthored
Update src/content/docs/terraform/tutorial/track-history.mdx
Co-authored-by: Denise Peña <[email protected]>
1 parent 523877d commit fa8ef92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/terraform/tutorial/track-history.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ resource "cloudflare_dns_record" "www" {
5959
comment = "Domain verification record"
6060
}
6161
```
62-
Note: You must still include the empty provider definition in the file, so that Terraform knows to install the Cloudflare plugin. For more information about advanced options you can use to customize the Cloudflare provider, refer to [Provider customization](/terraform/advanced-topics/provider-customization/).
62+
:::note
63+
You must still include the empty provider definition in the file, so that Terraform knows to install the Cloudflare plugin. For more information about advanced options you can use to customize the Cloudflare provider, refer to [Provider customization](/terraform/advanced-topics/provider-customization/).
64+
:::
6365

6466
Update your `terraform.tfvars` file:
6567
```hcl

0 commit comments

Comments
 (0)