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 behavior property to dns response policy #12407

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
3 changes: 3 additions & 0 deletions .changelog/6397.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
dns: added `behavior` field to `dns_responsepolicy_rule` resource
```
4 changes: 2 additions & 2 deletions website/docs/r/dns_response_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
subcategory: "Cloud DNS"
page_title: "Google: google_dns_response_policy"
description: |-
A Response Policy is a collection of selectors that apply to queries
A Response Policy is a collection of selectors that apply to queries
made against one or more Virtual Private Cloud networks.
---

# google\_dns\_response\_policy

A Response Policy is a collection of selectors that apply to queries
A Response Policy is a collection of selectors that apply to queries
made against one or more Virtual Private Cloud networks.

~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
Expand Down
4 changes: 4 additions & 0 deletions website/docs/r/dns_response_policy_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ The following arguments are supported:
in particular they override private zones, the public internet, and GCP internal DNS. No SOA nor NS types are allowed.
Structure is [documented below](#nested_local_data).

* `behavior` -
(Optional)
Answer this query with a behavior rather than DNS data. Acceptable values are 'behaviorUnspecified', and 'bypassResponsePolicy'

* `project` - (Optional) The ID of the project in which the resource belongs.
If it is not provided, the provider project is used.

Expand Down