Skip to content

Commit

Permalink
ci: fix tflint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Downager committed Nov 6, 2023
1 parent 55fa8ce commit 0d848eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ module "k8s_lifecycle_hook" {
"Name" = "test-master"
"kubernetes.io/cluster/test-master" = "owned"
}

}
12 changes: 0 additions & 12 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ variable "kms_key_arn" {
default = ""
}

variable "cloudwatch_log_group_kms_key_id" {
description = "The ARN of the KMS Key to use when encrypting log data for Lambda"
type = 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"
type = number
Expand Down Expand Up @@ -130,12 +124,6 @@ variable "lambda_function_vpc_security_group_ids" {
default = null
}

variable "cloudwatch_log_group_retention_in_days" {
description = "Specifies the number of days you want to retain log events in log group for Lambda."
type = number
default = 90
}

variable "extra_tags" {
description = "The extra tag for resource"
type = map(string)
Expand Down

0 comments on commit 0d848eb

Please sign in to comment.