Skip to content

Commit 29a2ee4

Browse files
committed
Fixed link
1 parent 5e9b1c3 commit 29a2ee4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/dns/dns-get-started-terraform.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: tarcher
1111

1212
# Quickstart: Create an Azure DNS zone and record using Terraform
1313

14-
This article shows how to use [Terraform](/azure/terraform) to create an [Azure DNS zone](/azure/dns/dns-zones-records) and an [A record](/azure/dns/dns-a-record) in that zone.
14+
This article shows how to use [Terraform](/azure/terraform) to create an [Azure DNS zone](/azure/dns/dns-zones-records) and an [A record](/azure/dns/dns-alias) in that zone.
1515

1616
[!INCLUDE [Terraform abstract](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
1717

@@ -25,6 +25,8 @@ In this article, you learn how to:
2525
> * Create an Azure DNS zone using [azurerm_dns_zone](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/dns_zone)
2626
> * Create an Azure DNS A record using [azurerm_dns_a_record](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/dns_a_record)
2727
28+
[!INCLUDE [AI attribution](../../includes/ai-generated-attribution.md)]
29+
2830
## Prerequisites
2931

3032
- [Install and configure Terraform](/azure/developer/terraform/quickstart-configure)

0 commit comments

Comments
 (0)