Skip to content

Commit 586d527

Browse files
authored
manage_plan is deprecated (#251)
1 parent 8a7c35c commit 586d527

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

ns1/examples/permissions.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
# data_manage_datafeeds: boolean - allows the requestor to manage datafeeds
2121
# account_manage_users: boolean - allows the requstor to manage users
2222
# account_manage_payment_methods: boolean - allows the requestor to manage payment methods
23-
# account_manage_plan: boolean - allows the requestor to manage the account payment plan
2423
# account_manage_teams: boolean - allows the requestor to manage teams
2524
# account_manage_apikeys: boolean - allows the requestor to manage apikeys
2625
# account_manage_account_settings: boolean - allows the requestor to manage account settings
2726
# account_view_activity_log: boolean - allows the requestor to view the activity log
2827
# account_view_invoices: boolean - allows the requestor to view account invoices
2928
# monitoring_manage_lists: boolean - allows the requestor to manage monitoring lists
3029
# monitoring_manage_jobs: boolean - allows the requestor to manage monitoring jobs
31-
# monitoring_view_jobs: boolean - allows the requestor to view monitoring jobs
30+
# monitoring_view_jobs: boolean - allows the requestor to view monitoring jobs

website/docs/r/apikey.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following arguments are supported:
6262
* `data_manage_datafeeds` - (Optional) Whether the apikey can modify data feeds.
6363
* `account_manage_users` - (Optional) Whether the apikey can modify account users.
6464
* `account_manage_payment_methods` - (Optional) Whether the apikey can modify account payment methods.
65-
* `account_manage_plan` - (Optional) Whether the apikey can modify the account plan.
65+
* `account_manage_plan` - (Deprecated) No longer in use.
6666
* `account_manage_teams` - (Optional) Whether the apikey can modify other teams in the account.
6767
* `account_manage_apikeys` - (Optional) Whether the apikey can modify account apikeys.
6868
* `account_manage_account_settings` - (Optional) Whether the apikey can modify account settings.

website/docs/r/team.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following arguments are supported:
7272
* `data_manage_datafeeds` - (Optional) Whether the team can modify data feeds.
7373
* `account_manage_users` - (Optional) Whether the team can modify account users.
7474
* `account_manage_payment_methods` - (Optional) Whether the team can modify account payment methods.
75-
* `account_manage_plan` - (Optional) Whether the team can modify the account plan.
75+
* `account_manage_plan` - (Deprecated) No longer in use.
7676
* `account_manage_teams` - (Optional) Whether the team can modify other teams in the account.
7777
* `account_manage_apikeys` - (Optional) Whether the team can modify account apikeys.
7878
* `account_manage_account_settings` - (Optional) Whether the team can modify account settings.

website/docs/r/user.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following arguments are supported:
6969
* `data_manage_datafeeds` - (Optional) Whether the user can modify data feeds.
7070
* `account_manage_users` - (Optional) Whether the user can modify account users.
7171
* `account_manage_payment_methods` - (Optional) Whether the user can modify account payment methods.
72-
* `account_manage_plan` - (Optional) **Deprecated** Whether the user can modify the account plan.
72+
* `account_manage_plan` - (Deprecated) No longer in use.
7373
* `account_manage_teams` - (Optional) Whether the user can modify other teams in the account.
7474
* `account_manage_apikeys` - (Optional) Whether the user can modify account apikeys.
7575
* `account_manage_account_settings` - (Optional) Whether the user can modify account settings.

0 commit comments

Comments
 (0)