infobloxopen / terraform-provider-infoblox

Infoblox NIOS Terraform Provider
https://github.com/infobloxopen/terraform-provider-infoblox
Mozilla Public License 2.0
67 stars 72 forks source link

Question / Feature request: Support DNS-Record-Type ALIAS #345

Closed ppuschmann closed 2 months ago

ppuschmann commented 2 months ago

Apparently I can only manage apex-records by using the record-type "ALIAS".

If this statement is correct and I cannot assign the functionality in other ways: Please create a Terraform resource for the record-type "ALIAS".

What do I mean with "apex-record"?

Given the domain is example.com:

$ dig +short example.com
example.com.        3600    IN  A   192.0.2.1
ppuschmann commented 2 months ago

I think I had misconfigured my resources. Apex-records are possible without ALIAS-records.