Skip to content

Commit

Permalink
lintlintlintlintlint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmacedot committed Oct 30, 2023
1 parent ad67719 commit 4250b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _variables.tf
Expand Up @@ -47,11 +47,11 @@ variable "create_invite_accepter" {
variable "member_detector_id" {
description = "GuardDuty Detector ID for member account. Only needed if enable_detector is false. Used for targeting any previously enable detector"
type = string
default = ""
default = ""
}

variable "nodejs_version" {
type = string
default = "nodejs18.x"
description = "Version of Nodejs to create the lambda"
}
}

0 comments on commit 4250b38

Please sign in to comment.