Skip to content

Commit eeffd01

Browse files
committed
Wordsmithing
1 parent e03897f commit eeffd01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Create an Azure DNS zone and record using Terraform'
33
description: 'In this article, you create an Azure DNS zone and record using Terraform'
44
ms.topic: quickstart
55
ms.service: dns
6-
ms.date: 3/16/2023
6+
ms.date: 3/17/2023
77
ms.custom: devx-track-terraform
88
author: TomArcherMsft
99
ms.author: tarcher
@@ -18,9 +18,9 @@ This article shows how to use [Terraform](/azure/terraform) to create an [Azure
1818
In this article, you learn how to:
1919

2020
> [!div class="checklist"]
21-
> * Create a random pet name for the Azure resource group name using [random_pet](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet)
21+
> * Create a random value for the Azure resource group name using [random_pet](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet)
2222
> * Create an Azure resource group using [azurerm_resource_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group)
23-
> * Create a random string using [random_string](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string)
23+
> * Create a random value using [random_string](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string)
2424
> * Create an Azure DNS zone using [azurerm_dns_zone](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/dns_zone)
2525
> * Create an Azure DNS A record using [azurerm_dns_a_record](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/dns_a_record)
2626

0 commit comments

Comments
 (0)