You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -175,8 +176,6 @@ It's important to note that the dedicated project ID should follow the naming co
175
176
176
177
For example, if your Aqua tenant ID is `12345` and the first six characters of the SHA1 hash of your organization name are `12a456`, the dedicated project ID should be `aqua-agentless-12345-12a456`.
177
178
178
-
You will also need to ensure that the existing dedicated project has the label `"aqua-agentless-scanner" = "true"` applied.
179
-
180
179
181
180
<!-- BEGIN_TF_DOCS -->
182
181
## Requirements
@@ -220,6 +219,7 @@ You will also need to ensure that the existing dedicated project has the label `
220
219
| <aname="input_aqua_volscan_api_url"></a> [aqua\_volscan\_api\_url](#input\_aqua\_volscan\_api\_url)| Aqua volume scanning API URL |`string`| n/a | yes |
221
220
| <aname="input_create_network"></a> [create\_network](#input\_create\_network)| Toggle to create network resources |`bool`|`true`| no |
222
221
| <aname="input_create_role_name"></a> [create\_role\_name](#input\_create\_role\_name)| The name of the role to be created for Aqua |`string`|`"AquaAutoConnectAgentlessRole"`| no |
222
+
| <aname="input_dedicated_project"></a> [dedicated\_project](#input\_dedicated\_project)| Indicates whether dedicated project is enabled |`bool`|`true`| no |
223
223
| <aname="input_delete_role_name"></a> [delete\_role\_name](#input\_delete\_role\_name)| The name of the role used for deleting Aqua resources |`string`|`"AutoConnectDeleteRole"`| no |
224
224
| <aname="input_identity_pool_name"></a> [identity\_pool\_name](#input\_identity\_pool\_name)| Name of the identity pool. If not provided, the default value is set to 'aqua-agentless-pool-<aqua\_tenant\_id>' in the 'identity\_pool\_name' local |`string`|`null`| no |
225
225
| <aname="input_identity_pool_provider_name"></a> [identity\_pool\_provider\_name](#input\_identity\_pool\_provider\_name)| Name of the identity pool provider. If not provided, the default value is set to 'agentless-provider-<aqua\_tenant\_id>' in the 'identity\_pool\_provider\_name' local |`string`|`null`| no |
0 commit comments