Skip to content

(DOCSP-14151) Replaces last uses of deprecated term in docs #1148

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

Merged
merged 2 commits into from
Apr 26, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Options
* - --cidr
- strings
- false
- Whitelist entry in CIDR notation to be added for a given API key.
- Access list entry in CIDR notation to be added for a given API key.
* - -h, --help
-
- false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Options
* - --cidr
- string
- true
- Whitelist entry in CIDR notation to be added for a given API key.
- Access list entry in CIDR notation to be added for a given API key.
* - --desc
- string
- true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Options
* - --cidr
- strings
- false
- Whitelist entry in CIDR notation to be added for a given API key.
- Access list entry in CIDR notation to be added for a given API key.
* - -h, --help
-
- false
Expand Down
2 changes: 1 addition & 1 deletion internal/usage/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const (
TargetProjectID = "Unique identifier of the project that contains the destination cluster for the restore job."
APIAccessListIPEntry = "IP address to be allowed for a given API key."
NetworkAccessListIPEntry = "IP address to be allowed to access the deployment."
AccessListCIDREntry = "Whitelist entry in CIDR notation to be added for a given API key."
AccessListCIDREntry = "Access list entry in CIDR notation to be added for a given API key."
LinkTokenAccessListCIDREntries = "IP address access list entries that are associated with the link-token." //nolint:gosec // This is just a message not a credential
LinkToken = "Link-token generated by Atlas." //nolint:gosec // This is just a message not a credential
LiveMigrationID = "Unique 24-hexadecimal digit string that identifies the live migration job."
Expand Down