-
Notifications
You must be signed in to change notification settings - Fork 34
/
variables.tf
258 lines (215 loc) · 10.4 KB
/
variables.tf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
# ---------------------------------------------------------------------------------------------------------------------
# REQUIRED PARAMETERS
# You must provide a value for each of these parameters.
# ---------------------------------------------------------------------------------------------------------------------
variable "function_name" {
description = "A unique name for your Lambda Function."
type = string
}
# ---------------------------------------------------------------------------------------------------------------------
# OPTIONAL PARAMETERS
# These parameters have reasonable defaults.
# ---------------------------------------------------------------------------------------------------------------------
variable "architectures" {
default = null
description = "Instruction set architecture for your Lambda function. Valid values are [\"x86_64\"] and [\"arm64\"]. Removing this attribute, function's architecture stay the same."
type = list(string)
}
variable "cloudwatch_event_rules" {
description = "Creates EventBridge (CloudWatch Events) rules invoking your Lambda function. Required Lambda invocation permissions will be generated."
default = {}
type = map(any)
}
variable "cloudwatch_lambda_insights_enabled" {
description = "Enable CloudWatch Lambda Insights for your Lambda function."
default = false
type = bool
}
variable "cloudwatch_logs_enabled" {
description = "Enables your Lambda function to send logs to CloudWatch. The IAM role of this Lambda function will be enhanced with required permissions."
type = bool
default = true
}
variable "cloudwatch_logs_kms_key_id" {
description = "The ARN of the KMS Key to use when encrypting log data."
type = string
default = null
}
variable "cloudwatch_logs_retention_in_days" {
description = "Specifies the number of days you want to retain log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, 3653, and 0. If you select 0, the events in the log group are always retained and never expire."
default = null
type = number
}
variable "cloudwatch_log_subscription_filters" {
description = "CloudWatch Logs subscription filter resources. Currently supports only Lambda functions as destinations."
default = {}
type = map(any)
}
variable "description" {
description = "Description of what your Lambda Function does."
default = "Instruction set architecture for your Lambda function. Valid values are [\"x86_64\"] and [\"arm64\"]."
type = string
}
variable "environment" {
description = "Environment (e.g. env variables) configuration for the Lambda function enable you to dynamically pass settings to your function code and libraries"
default = null
type = object({
variables = map(string)
})
}
variable "ephemeral_storage_size" {
description = "The size of your Lambda functions ephemeral storage (/tmp) represented in MB. Valid value between 512 MB to 10240 MB."
default = 512
type = number
}
variable "event_source_mappings" {
description = "Creates event source mappings to allow the Lambda function to get events from Kinesis, DynamoDB and SQS. The IAM role of this Lambda function will be enhanced with necessary minimum permissions to get those events."
default = {}
type = any
}
variable "filename" {
description = "The path to the function's deployment package within the local filesystem. If defined, The s3_-prefixed options and image_uri cannot be used."
default = null
type = string
}
variable "ignore_external_function_updates" {
description = "Ignore updates to your Lambda function executed externally to the Terraform lifecycle. Set this to `true` if you're using CodeDeploy, aws CLI or other external tools to update your Lambda function code."
default = false
type = bool
}
variable "handler" {
description = "The function entrypoint in your code."
default = ""
type = string
}
variable "image_config" {
description = <<EOF
The Lambda OCI [image configurations](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function#image_config) block with three (optional) arguments:
- *entry_point* - The ENTRYPOINT for the docker image (type `list(string)`).
- *command* - The CMD for the docker image (type `list(string)`).
- *working_directory* - The working directory for the docker image (type `string`).
EOF
default = {}
type = any
}
variable "image_uri" {
description = "The ECR image URI containing the function's deployment package. Conflicts with filename, s3_bucket, s3_key, and s3_object_version."
default = null
type = string
}
variable "kms_key_arn" {
description = "Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key that is used to encrypt environment variables. If this configuration is not provided when environment variables are in use, AWS Lambda uses a default service key. If this configuration is provided when environment variables are not in use, the AWS Lambda API does not save this configuration and Terraform will show a perpetual difference of adding the key. To fix the perpetual difference, remove this configuration."
default = ""
type = string
}
variable "lambda_at_edge" {
description = "Enable Lambda@Edge for your Node.js or Python functions. Required trust relationship and publishing of function versions will be configured."
default = false
type = bool
}
variable "layers" {
description = "List of Lambda Layer Version ARNs (maximum of 5) to attach to your Lambda Function."
default = []
type = list(string)
}
variable "memory_size" {
description = "Amount of memory in MB your Lambda Function can use at runtime."
default = 128
type = number
}
variable "package_type" {
description = "The Lambda deployment package type. Valid values are Zip and Image."
default = "Zip"
type = string
}
variable "publish" {
description = "Whether to publish creation/change as new Lambda Function Version."
default = false
type = bool
}
variable "replace_security_groups_on_destroy" {
default = null
description = "(Optional) Whether to replace the security groups on the function's VPC configuration prior to destruction. Removing these security group associations prior to function destruction can speed up security group deletion times of AWS's internal cleanup operations. By default, the security groups will be replaced with the default security group in the function's configured VPC. Set the `replacement_security_group_ids` attribute to use a custom list of security groups for replacement."
type = bool
}
variable "replacement_security_group_ids" {
description = "(Optional) List of security group IDs to assign to the function's VPC configuration prior to destruction. `replace_security_groups_on_destroy` must be set to `true` to use this attribute."
type = list(string)
default = null
}
variable "reserved_concurrent_executions" {
description = "The amount of reserved concurrent executions for this lambda function. A value of 0 disables lambda from being triggered and -1 removes any concurrency limitations."
default = -1
type = number
}
variable "runtime" {
description = "The runtime environment for the Lambda function you are uploading."
default = ""
type = string
}
variable "s3_bucket" {
description = "The S3 bucket location containing the function's deployment package. Conflicts with filename and image_uri. This bucket must reside in the same AWS region where you are creating the Lambda function."
default = null
type = string
}
variable "s3_key" {
description = "The S3 key of an object containing the function's deployment package. Conflicts with filename and image_uri."
default = null
type = string
}
variable "s3_object_version" {
description = "The object version containing the function's deployment package. Conflicts with filename and image_uri."
default = null
type = string
}
variable "sns_subscriptions" {
description = "Creates subscriptions to SNS topics which trigger your Lambda function. Required Lambda invocation permissions will be generated."
default = {}
type = map(any)
}
variable "source_code_hash" {
description = "Used to trigger updates. Must be set to a base64-encoded SHA256 hash of the package file specified with either filename or s3_key. The usual way to set this is filebase64sha256('file.zip') where 'file.zip' is the local filename of the lambda function source archive."
default = ""
type = string
}
variable "ssm" {
description = "List of AWS Systems Manager Parameter Store parameter names. The IAM role of this Lambda function will be enhanced with read permissions for those parameters. Parameters must start with a forward slash and can be encrypted with the default KMS key."
default = null
type = object({
parameter_names = list(string)
})
}
variable "tags" {
description = "A mapping of tags to assign to the Lambda function and all resources supporting tags."
default = {}
type = map(string)
}
variable "timeout" {
description = "The amount of time your Lambda Function has to run in seconds."
default = 3
type = number
}
variable "tracing_config_mode" {
description = "Tracing config mode of the Lambda function. Can be either PassThrough or Active."
default = null
type = string
}
variable "vpc_config" {
description = "Provide this to allow your function to access your VPC (if both `subnet_ids` and `security_group_ids` are empty then vpc_config is considered to be empty or unset, see https://docs.aws.amazon.com/lambda/latest/dg/vpc.html for details)."
default = null
type = object({
ipv6_allowed_for_dual_stack = optional(bool, false)
security_group_ids = list(string)
subnet_ids = list(string)
})
}
variable "iam_role_name" {
description = "Override the name of the IAM role for the function. Otherwise the default will be your function name with the region as a suffix."
default = null
type = string
}
variable "snap_start" {
description = "Enable snap start settings for low-latency startups. This feature is currently only supported for `java11` and `java17` runtimes and `x86_64` architectures."
default = false
type = bool
}