Skip to content

Commit

Permalink
removed unsupported license details
Browse files Browse the repository at this point in the history
  • Loading branch information
rorywelch committed Aug 1, 2024
1 parent b47aa02 commit 24f0ff4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docs/resources/api_token.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ resource "instana_api_token" "example" {
can_configure_users = true
can_install_new_agents = true
can_configure_integrations = true
can_see_on_premise_license_information = true
can_configure_custom_alerts = true
can_configure_api_tokens = true
can_configure_agent_run_mode = true
Expand Down Expand Up @@ -50,7 +49,6 @@ resource "instana_api_token" "example" {
* `can_configure_users` - Optional - default false - enables permission to configure users
* `can_install_new_agents` - Optional - default false - enables permission to install new agents
* `can_configure_integrations` - Optional - default false - enables permission to configure integrations
* `can_see_on_premise_license_information` - Optional - default false - enables permission to see on premise license information
* `can_configure_custom_alerts` - Optional - default false - enables permission to configure custom alerts
* `can_configure_api_tokens` - Optional - default false - enables permission to configure api tokes
* `can_configure_agent_run_mode` - Optional - default false - enables permission to configure agent run mode
Expand Down
1 change: 0 additions & 1 deletion instana/resource-api-token_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ resource "instana_api_token" "example" {
can_configure_users = true
can_install_new_agents = true
can_configure_integrations = true
can_see_on_premise_license_information = true
can_configure_custom_alerts = true
can_configure_api_tokens = true
can_configure_agent_run_mode = true
Expand Down

0 comments on commit 24f0ff4

Please sign in to comment.