I'm trying to add a subdomain subdomain.domain.com
to App Engine.
It asks to add the following DNS records
But it's impossible to add a A record and a CNAME record with the same name subdomain.domain.com
because it causes a conflict.
I saw in this thread that the CNAME name that Google asks to add doesn't seem to make sense Add A, AAAA, and CNAME record for google app engine project in google cloud platform
But in Google documentation that is what they're asking to do:
Record name:
In A or AAAA records, enter @
In CNAME records, enter a third-level domain name. For example, enter www to map the www.example.com subdomain.
How can I add the CNAME and A records that they ask if they both have the same name?