Skip to content

Commit

Permalink
Update azurerm/resource_arm_private_dns_cname_record.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Tom Harvey <tombuildsstuff@users.noreply.github.com>
  • Loading branch information
timja and tombuildsstuff committed Aug 7, 2019
1 parent 888e832 commit d123355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azurerm/resource_arm_private_dns_cname_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func resourceArmPrivateDnsCNameRecord() *schema.Resource {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: validate.NoEmptyStrings,
},

// TODO: make this case sensitive once the API's fixed https://github.com/Azure/azure-rest-api-specs/issues/6641
Expand Down

0 comments on commit d123355

Please sign in to comment.