Skip to content

Commit

Permalink
dns/api.yaml: add missing record types (#4689)
Browse files Browse the repository at this point in the history
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 hashicorp/terraform-provider-google#8897
  • Loading branch information
rjw57 authored Apr 14, 2021
1 parent e30432e commit 16301a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mmv1/products/dns/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,13 +470,17 @@ objects:
- :AAAA
- :CAA
- :CNAME
- :DNSKEY
- :DS
- :IPSECVPNKEY
- :MX
- :NAPTR
- :NS
- :PTR
- :SOA
- :SPF
- :SRV
- :SSHFP
- :TLSA
- :TXT
description: One of valid DNS resource types.
Expand Down Expand Up @@ -528,13 +532,17 @@ objects:
- :AAAA
- :CAA
- :CNAME
- :DNSKEY
- :DS
- :IPSECVPNKEY
- :MX
- :NAPTR
- :NS
- :PTR
- :SOA
- :SPF
- :SRV
- :SSHFP
- :TLSA
- :TXT
description: One of valid DNS resource types.
Expand Down

0 comments on commit 16301a4

Please sign in to comment.