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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,9 @@ Before using this module, ensure that you have the following:
106
106
| <aname="input_custom_cspm_role_name"></a> [custom\_cspm\_role\_name](#input\_custom\_cspm\_role\_name)| Custom CSPM role Name |`string`|`""`| no |
107
107
| <aname="input_custom_internet_gateway_name"></a> [custom\_internet\_gateway\_name](#input\_custom\_internet\_gateway\_name)| Custom Internet Gateway Name |`string`|`""`| no |
108
108
| <aname="input_custom_processor_lambda_role_name"></a> [custom\_processor\_lambda\_role\_name](#input\_custom\_processor\_lambda\_role\_name)| Custom Processor lambda role Name |`string`|`""`| no |
109
+
| <aname="input_custom_registry_scanning_role_name"></a> [custom\_registry\_scanning\_role\_name](#input\_custom\_registry\_scanning\_role\_name)| Custom Registry Scanning role Name |`string`|`""`| no |
109
110
| <aname="input_custom_security_group_name"></a> [custom\_security\_group\_name](#input\_custom\_security\_group\_name)| Custom Security Group Name |`string`|`""`| no |
111
+
| <aname="input_custom_serverless_scanning_role_name"></a> [custom\_serverless\_scanning\_role\_name](#input\_custom\_serverless\_scanning\_role\_name)| Custom Serverless Scanning role Name |`string`|`""`| no |
110
112
| <aname="input_custom_vpc_name"></a> [custom\_vpc\_name](#input\_custom\_vpc\_name)| Custom VPC Name |`string`|`""`| no |
111
113
| <aname="input_custom_vpc_subnet1_name"></a> [custom\_vpc\_subnet1\_name](#input\_custom\_vpc\_subnet1\_name)| Custom VPC Subnet 1 Name |`string`|`""`| no |
112
114
| <aname="input_custom_vpc_subnet2_name"></a> [custom\_vpc\_subnet2\_name](#input\_custom\_vpc\_subnet2\_name)| Custom VPC Subnet 2 Name |`string`|`""`| no |
@@ -115,6 +117,8 @@ Before using this module, ensure that you have the following:
115
117
| <aname="input_organizational_unit_id"></a> [organizational\_unit\_id](#input\_organizational\_unit\_id)| AWS Organizational unit (OU) ID to deploy resources on (This should be provided only if type of onboarding is 'organization') |`string`|`""`| no |
116
118
| <aname="input_region"></a> [region](#input\_region)| Main AWS Region to deploy resources |`string`| n/a | yes |
117
119
| <aname="input_regions"></a> [regions](#input\_regions)| AWS Regions to deploy discovery and scanning resources |`list(string)`| n/a | yes |
120
+
| <aname="input_registry_scanning_deployment"></a> [registry\_scanning\_deployment](#input\_registry\_scanning\_deployment)| Toggle to deploy Registry/ECR scanning resources |`string`|`"true"`| no |
121
+
| <aname="input_serverless_scanning_deployment"></a> [serverless\_scanning\_deployment](#input\_serverless\_scanning\_deployment)| Toggle to deploy Serverless/Lambda scanning resources |`string`|`"true"`| no |
118
122
| <aname="input_show_outputs"></a> [show\_outputs](#input\_show\_outputs)| Whether to show outputs after deployment |`bool`|`false`| no |
119
123
| <aname="input_type"></a> [type](#input\_type)| The type of onboarding. Valid values are 'single' or 'organization' onboarding types |`string`| n/a | yes |
120
124
| <aname="input_volume_scanning_deployment"></a> [volume\_scanning\_deployment](#input\_volume\_scanning\_deployment)| Toggle to deploy Volume Scanning resources |`string`|`"true"`| no |
0 commit comments