Skip to content

Commit

Permalink
Added comment in the dns module, saying that inbound/outbound server …
Browse files Browse the repository at this point in the history
…policies are set in the net-vpc module (#1405)

Co-authored-by: Luca Prete <[email protected]>
  • Loading branch information
apichick and LucaPrete authored Jun 2, 2023
1 parent 7f4825f commit f069562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dns/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Google Cloud DNS Module

This module allows simple management of Google Cloud DNS zones and records. It supports creating public, private, forwarding, peering, service directory and reverse-managed based zones.
This module allows simple management of Google Cloud DNS zones and records. It supports creating public, private, forwarding, peering, service directory and reverse-managed based zones. To create inbound/outbound server policies, please have a look at the [net-vpc](../net-vpc/README.md) module.

For DNSSEC configuration, refer to the [`dns_managed_zone` documentation](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/dns_managed_zone#dnssec_config).

Expand Down

0 comments on commit f069562

Please sign in to comment.