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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ Before using this module, ensure that you have the following:
98
98
| <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 |
99
99
| <aname="input_aqua_volscan_aws_account_id"></a> [aqua\_volscan\_aws\_account\_id](#input\_aqua\_volscan\_aws\_account\_id)| Aqua Volume Scanning AWS Account ID |`string`| n/a | yes |
100
100
| <aname="input_aqua_worker_role_arn"></a> [aqua\_worker\_role\_arn](#input\_aqua\_worker\_role\_arn)| Aqua Worker Role ARN |`string`| n/a | yes |
101
+
| <aname="input_base_cspm"></a> [base\_cspm](#input\_base\_cspm)| Toggle for base CSPM only |`bool`|`false`| no |
101
102
| <aname="input_create_vpcs"></a> [create\_vpcs](#input\_create\_vpcs)| Toggle to create VPCs |`bool`|`true`| no |
102
103
| <aname="input_custom_agentless_role_name"></a> [custom\_agentless\_role\_name](#input\_custom\_agentless\_role\_name)| Custom Agentless role Name |`string`|`""`| no |
103
104
| <aname="input_custom_bucket_name"></a> [custom\_bucket\_name](#input\_custom\_bucket\_name)| Custom bucket Name |`string`|`""`| no |
@@ -128,7 +129,6 @@ Before using this module, ensure that you have the following:
128
129
| <aname="output_cspm_external_id"></a> [cspm\_external\_id](#output\_cspm\_external\_id)| Aqua CSPM External ID generated by the 'generate\_cspm\_external\_id\_function' Lambda function |
129
130
| <aname="output_cspm_lambda_execution_role_arn"></a> [cspm\_lambda\_execution\_role\_arn](#output\_cspm\_lambda\_execution\_role\_arn)| The ARN of the lambda execution IAM role created for the CSPM |
130
131
| <aname="output_cspm_role_arn"></a> [cspm\_role\_arn](#output\_cspm\_role\_arn)| The ARN of the IAM role created for the CSPM |
131
-
| <aname="output_is_already_cspm_client"></a> [is\_already\_cspm\_client](#output\_is\_already\_cspm\_client)| Boolean indicating if the client is already a CSPM client, to be sent to the Autoconnect API |
132
132
| <aname="output_kinesis_firehose_bucket_name"></a> [kinesis\_firehose\_bucket\_name](#output\_kinesis\_firehose\_bucket\_name)| Kinesis Firehose S3 Bucket Name |
Copy file name to clipboardExpand all lines: modules/single/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,6 @@ This Terraform module provisions the essential AWS infrastructure and configurat
81
81
| <aname="output_cspm_external_id"></a> [cspm\_external\_id](#output\_cspm\_external\_id)| Aqua CSPM External ID generated by the 'generate\_cspm\_external\_id\_function' Lambda function |
82
82
| <aname="output_cspm_lambda_execution_role_arn"></a> [cspm\_lambda\_execution\_role\_arn](#output\_cspm\_lambda\_execution\_role\_arn)| The ARN of the lambda execution IAM role created for the CSPM |
83
83
| <aname="output_cspm_role_arn"></a> [cspm\_role\_arn](#output\_cspm\_role\_arn)| The ARN of the IAM role created for the CSPM |
84
-
| <aname="output_is_already_cspm_client"></a> [is\_already\_cspm\_client](#output\_is\_already\_cspm\_client)| Boolean indicating if the client is already a CSPM client, to be sent to the Autoconnect API |
85
84
| <aname="output_kinesis_firehose_bucket_name"></a> [kinesis\_firehose\_bucket\_name](#output\_kinesis\_firehose\_bucket\_name)| Kinesis Firehose S3 Bucket Name |
Copy file name to clipboardExpand all lines: modules/single/modules/lambda/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,5 @@ No modules.
66
66
| <aname="output_cspm_external_id"></a> [cspm\_external\_id](#output\_cspm\_external\_id)| Aqua CSPM External ID generated by the 'generate\_cspm\_external\_id\_function' Lambda function |
67
67
| <aname="output_cspm_lambda_execution_role_arn"></a> [cspm\_lambda\_execution\_role\_arn](#output\_cspm\_lambda\_execution\_role\_arn)| The ARN of the lambda execution IAM role created for the CSPM |
68
68
| <aname="output_cspm_role_arn"></a> [cspm\_role\_arn](#output\_cspm\_role\_arn)| The ARN of the IAM role created for the CSPM |
69
-
| <aname="output_is_already_cspm_client"></a> [is\_already\_cspm\_client](#output\_is\_already\_cspm\_client)| Boolean indicating if the client is already a CSPM client, to be sent to the Autoconnect API |
70
69
| <aname="output_volscan_external_id"></a> [volscan\_external\_id](#output\_volscan\_external\_id)| Aqua Volume Scanning External ID generated by the 'generate\_volscan\_external\_id\_function' Lambda function |
0 commit comments