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
| <aname="input_allowed_triggers"></a> [allowed\_triggers](#input\_allowed\_triggers)| Map of allowed triggers to create Lambda permissions |`map(any)`|`{}`| no |
48
48
| <aname="input_app_metadata"></a> [app\_metadata](#input\_app\_metadata)| Application component prefix, name used to generate resource names | <pre>object({<br> prefix = string<br> name = string<br> env = string<br> })</pre> | n/a | yes |
49
+
| <aname="input_attach_network_policy"></a> [attach\_network\_policy](#input\_attach\_network\_policy)| Flag to attach network policy to use VPC subnet and security group |`bool`|`true`| no |
49
50
| <aname="input_authorization_type"></a> [authorization\_type](#input\_authorization\_type)| The type of authentication that the Lambda Function URL uses. Set to 'AWS\_IAM' to restrict access to authenticated IAM users only. Set to 'NONE' to bypass IAM authentication and create a public endpoint. |`string`|`"AWS_IAM"`| no |
50
51
| <aname="input_cors"></a> [cors](#input\_cors)| CORS settings to be used by the Lambda Function URL |`any`|`{}`| no |
51
52
| <aname="input_create_gha_deployer"></a> [create\_gha\_deployer](#input\_create\_gha\_deployer)| Flag for creating Github Actions Deployer deployer |`bool`|`true`| no |
0 commit comments