-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Added support for NAT64 when configuring Router NAT #13522
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
Changes from all commits
fc7d484
f91cd7c
0a28bc0
7e68c99
c95f143
7d58c0f
0fd4a64
3daaad4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -103,6 +103,20 @@ properties: | |
| update_url: 'projects/{{project}}/policies/{{name}}' | ||
| update_verb: 'PATCH' | ||
| default_value: "Managed by Terraform" | ||
| - name: 'dns64Config' | ||
| type: NestedObject | ||
rileykarson marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| default_from_api: true | ||
| description: Configurations related to DNS64 for this Policy. | ||
| properties: | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should these subfields be required or would it be valid to write
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I did some testing and using |
||
| - name: 'scope' | ||
| type: NestedObject | ||
| description: The scope to which DNS64 config will be applied to. | ||
| required: true | ||
| properties: | ||
| - name: 'allQueries' | ||
| type: Boolean | ||
| description: Controls whether DNS64 is enabled globally at the network level. | ||
| send_empty_value: true | ||
| - name: 'enableInboundForwarding' | ||
| type: Boolean | ||
| description: | | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.