Skip to content

Commit

Permalink
Merge pull request #8 from rwojnarowski/patch-1
Browse files Browse the repository at this point in the history
Add support for terraform >= 12
  • Loading branch information
builtinnya authored Jun 7, 2021
2 parents b30c6e8 + 9c91bca commit 5f3d757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/variables.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
variable "function_name" {
type = "string"
type = string
default = "basicAuth"
description = "Lambda function name"
}

variable "basic_auth_credentials" {
type = "map"
type = map
description = "Credentials for Basic Authentication. Pass a map composed of 'user' and 'password'."
}

0 comments on commit 5f3d757

Please sign in to comment.