mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Update the list of valid DNS record types to match the list documented at https://cloud.google.com/dns/docs/records. In particular this was hurting people who were previously deploying DNSSEC key records via terraform. Closes https://github.com/hashicorp/terraform-provider-google/issues/8897 Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
eac6eddbe3
commit
1806a70274
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ options:
|
|||
type:
|
||||
description:
|
||||
- One of valid DNS resource types.
|
||||
- 'Some valid choices include: "A", "AAAA", "CAA", "CNAME", "MX", "NAPTR", "NS",
|
||||
"PTR", "SOA", "SPF", "SRV", "TLSA", "TXT"'
|
||||
- 'Some valid choices include: "A", "AAAA", "CAA", "CNAME", "DNSKEY", "DS", "IPSECVPNKEY",
|
||||
"MX", "NAPTR", "NS", "PTR", "SOA", "SPF", "SRV", "SSHFP", "TLSA", "TXT"'
|
||||
required: true
|
||||
type: str
|
||||
ttl:
|
||||
|
|
Loading…
Add table
Reference in a new issue