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
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,6 @@ Terraform module for creating the lambda and the github actions IAM Role deploye
49
49
| <aname="input_attach_policy_jsons"></a> [attach\_policy\_jsons](#input\_attach\_policy\_jsons)| Controls whether policy\_jsons should be added to IAM role for Lambda Function |`bool`|`false`| no |
50
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`|`"NONE"`| no |
51
51
| <aname="input_code_signing_config_arn"></a> [code\_signing\_config\_arn](#input\_code\_signing\_config\_arn)| Amazon Resource Name (ARN) for a Code Signing Configuration |`string`|`null`| no |
52
-
| <aname="input_conditions"></a> [conditions](#input\_conditions)| (Optional) Additonal conditions for checking the OIDC claim. | <pre>list(object({<br> test = string<br> variable = string<br> values = list(string)<br> }))</pre> |`[]`| no |
53
52
| <aname="input_cors"></a> [cors](#input\_cors)| CORS settings to be used by the Lambda Function URL |`any`|`{}`| no |
54
53
| <aname="input_create_current_version_allowed_triggers"></a> [create\_current\_version\_allowed\_triggers](#input\_create\_current\_version\_allowed\_triggers)| Whether to allow triggers on current version of Lambda Function (this will revoke permissions from previous version because Terraform manages only current resources) |`bool`|`true`| no |
55
54
| <aname="input_create_github_actions_oidc_provider"></a> [create\_github\_actions\_oidc\_provider](#input\_create\_github\_actions\_oidc\_provider)| Controls Whether to create openid connect provider. |`bool`|`false`| no |
@@ -63,8 +62,6 @@ Terraform module for creating the lambda and the github actions IAM Role deploye
63
62
| <aname="input_ephemeral_storage_size"></a> [ephemeral\_storage\_size](#input\_ephemeral\_storage\_size)| Amount of ephemeral storage (/tmp) in MB your Lambda Function can use at runtime. Valid value between 512 MB to 10,240 MB (10 GB). |`number`|`512`| no |
64
63
| <aname="input_function_name"></a> [function\_name](#input\_function\_name)| Lambda Function Name |`string`| n/a | yes |
65
64
| <aname="input_function_prefix"></a> [function\_prefix](#input\_function\_prefix)| Prefix for the IAM role for lambda functions |`string`|`""`| no |
66
-
| <aname="input_github_branches"></a> [github\_branches](#input\_github\_branches)| List of github branches allowed for oidc subject claims. |`list(string)`|`[]`| no |
67
-
| <aname="input_github_environments"></a> [github\_environments](#input\_github\_environments)| (Optional) Allow GitHub action to deploy to all (default) or to one of the environments in the list. |`list(string)`| <pre>[<br> "*"<br>]</pre> | no |
68
65
| <aname="input_github_repo"></a> [github\_repo](#input\_github\_repo)| GitHub repo to grant access to assume a role via OIDC. | <pre>object({<br> repo = string<br> branches = optional(list(string), [])<br> environments = optional(list(string), [])<br> bucket_name = string<br><br> # Custom Role name. It will autocreate based on repo if not provided<br> role_name = optional(string)<br> })</pre> | n/a | yes |
69
66
| <aname="input_handler"></a> [handler](#input\_handler)| Lambda Function Index Handler |`string`|`"index.handler"`| no |
70
67
| <aname="input_image_config_command"></a> [image\_config\_command](#input\_image\_config\_command)| The CMD for the docker image |`list(string)`|`[]`| no |
0 commit comments