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

fix(PDNS): add a note for custom resolver location order change #5921

Merged
merged 1 commit into from
Jan 22, 2025
Merged
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
4 changes: 4 additions & 0 deletions website/docs/r/dns_custom_resolver.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ Review the argument reference that you can specify for your resource.
- `high_availability` - (Optional, Bool) High Availability is enabled by Default. To meet high availability status, configure custom resolvers with a minimum of two resolver locations.
- `locations`- (Optional, List) The list of locations where this custom resolver is deployed. A custom resolver can have a maximum of three locations, either within the same subnet or in different subnets.

### Note

Change in `location` order will cause `dns_server_ip` to change.

## Attribute reference
In addition to all argument reference list, you can access the following attribute references after your resource is created.

Expand Down
Loading