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
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Terraform configuration used to create the required AWS resources for integratin
30
30
|`lambda_function_timeout`| Amount of time your Lambda Function has to run in seconds. |`number`| 300 | No |
31
31
|`lambda_function_memory_size`| Amount of memory in MB your Lambda Function can use at runtime. |`number`| 1024 | No |
32
32
|`lambda_publish`| Whether to publish creation/change as new Lambda Function Version. |`bool`|`false`| No |
33
+
|`store_secret_in_secrets_manager`| Whether to store secrets values on a vault (currently supporting AWS secrets manager on GitLab integration). |`bool`|`false`| No |
33
34
34
35
### env_vars
35
36
@@ -79,7 +80,7 @@ This variable holds a collection of tags grouped by key representing its target
0 commit comments