Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 404 warning to data.google_dns_keys #16098

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changelog/9152.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
8 changes: 7 additions & 1 deletion website/docs/d/dns_keys.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ description: |-

# google\_dns\_keys

Get the DNSKEY and DS records of DNSSEC-signed managed zones. For more information see the
Get the DNSKEY and DS records of DNSSEC-signed managed zones.

For more information see the
[official documentation](https://cloud.google.com/dns/docs/dnskeys/)
and [API](https://cloud.google.com/dns/docs/reference/v1/dnsKeys).

~> A google_dns_managed_zone resource must have DNSSEC enabled in order
to contain any DNSKEYs. Queries to managed zones without this setting
enabled will result in a 404 error as the collection of DNSKEYs does
not exist in the DNS API.

## Example Usage

Expand Down