From 8f41ae8248998499d392b9e6d9089e3a0df5fa7a Mon Sep 17 00:00:00 2001 From: Frank van Boven Date: Tue, 23 Apr 2024 13:31:42 +0200 Subject: [PATCH] Tweak variable description --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 25356b2..e31986e 100644 --- a/variables.tf +++ b/variables.tf @@ -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" {