Closed amarkevich closed 3 years ago
Hi @amarkevich - I think the problem here is that you are trying to create an SOA entry as an A-record, which is not allowed by the API. The SOA ('@') record is managed with the azurerm_private_dns_zone
resource itself. That said, we should have some validation on the azurerm_private_dns_a_record
resource to prevent that value being specified.
This functionality has been released in v2.73.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!
@jackofallops @amarkevich @stephybun Creating @
type A
records for "apex" records is distinct from type SOA
records, no? I've raised following issue:
I looked at the soa_record
block on the resource docs and couldn't find an attribute that would accept an address. I've used A
private DNS records in the past to set apex records up until 2.73.0, worked fine. I wasn't trying to set 20 IPs tho!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform (and AzureRM Provider) Version
Terraform v1.0.1
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behaviour
Detailed error message
Actual Behaviour
No error message
Steps to Reproduce
terraform apply