Skip to content

Commit

Permalink
Tweak variable description
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbasstard committed Apr 23, 2024
1 parent 1f8777e commit 8f41ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ variable "permissions_boundary" {
variable "policy" {
type = string
default = null
description = "A valid lambda policy JSON document. Required if you don't specify a role_arn"
description = "A valid lambda policy JSON document. This policy is used if you don't specify a role_arn"
}

variable "publish" {
Expand Down

0 comments on commit 8f41ae8

Please sign in to comment.