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
* add KMS policy statement only if key given ([#1258](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1258)) ([7635c21](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/7635c219fd1c758da01afc5f885104ddca3b9544)), closes [#1257](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1257)
|[archive_file.terminate_runner_instances_lambda](https://registry.terraform.io/providers/hashicorp/archive/latest/docs/data-sources/file)| data source |
156
158
|[aws_caller_identity.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
157
159
|[aws_iam_policy_document.assume_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
160
+
|[aws_iam_policy_document.kms_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
158
161
|[aws_iam_policy_document.lambda](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
159
162
|[aws_iam_policy_document.spot_request_housekeeping](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
160
163
|[aws_partition.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/partition)| data source |
@@ -172,7 +175,7 @@ No modules.
172
175
| <aname="input_enable_xray_tracing"></a> [enable\_xray\_tracing](#input\_enable\_xray\_tracing)| Enables X-Ray for debugging and analysis |`bool`|`false`| no |
173
176
| <aname="input_environment"></a> [environment](#input\_environment)| A name that identifies the environment, used as a name prefix and for tagging. |`string`| n/a | yes |
174
177
| <aname="input_environment_variables"></a> [environment\_variables](#input\_environment\_variables)| Environment variables to set for the Lambda function. A value of `{HANDLER} is replaced with the handler value of the Lambda function.`|`map(string)`|`{}`| no |
175
-
| <aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)| KMS key id to encrypt the resources, e.g. logs, lambda environment variables, ... |`string`| n/a | yes |
178
+
| <aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)|(optional) KMS key id to encrypt the resources, e.g. logs, lambda environment variables, ... |`string`| n/a | yes |
176
179
| <aname="input_lambda_handler"></a> [lambda\_handler](#input\_lambda\_handler)| The entry point for the Lambda function. |`string`|`null`| no |
177
180
| <aname="input_layer_arns"></a> [layer\_arns](#input\_layer\_arns)| A list of ARNs of Lambda layers to attach to the Lambda function. |`list(string)`|`[]`| no |
178
181
| <aname="input_name"></a> [name](#input\_name)| The name of the Lambda function to create. The 'environment' will be prefixed to this. |`string`| n/a | yes |
0 commit comments