Skip to content

Commit

Permalink
Merge pull request #13288 from ahoka/patch-1
Browse files Browse the repository at this point in the history
Update Azure DNS CNAME documentation to reflect reality
  • Loading branch information
tombuildsstuff committed Apr 3, 2017
2 parents b4b9f1e + fbbfe67 commit 5c2bf35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "azurerm_dns_cname_record" "test" {
zone_name = "${azurerm_dns_zone.test.name}"
resource_group_name = "${azurerm_resource_group.test.name}"
ttl = "300"
records = ["contoso.com"]
record = "contoso.com"
}
```
## Argument Reference
Expand All @@ -43,7 +43,7 @@ The following arguments are supported:

* `TTL` - (Required) The Time To Live (TTL) of the DNS record.

* `records` - (Required) The target of the CNAME. Must be a single value.
* `record` - (Required) The target of the CNAME.

* `tags` - (Optional) A mapping of tags to assign to the resource.

Expand Down

0 comments on commit 5c2bf35

Please sign in to comment.