From 227918fa3b830c2ee5147e410001995465a0f899 Mon Sep 17 00:00:00 2001 From: xpk Date: Fri, 27 Sep 2024 10:59:57 +0800 Subject: [PATCH] UPD: Updated variable description --- modules/security_identity_compliance/iam-role/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/security_identity_compliance/iam-role/variables.tf b/modules/security_identity_compliance/iam-role/variables.tf index 9d07019..d1c0311 100644 --- a/modules/security_identity_compliance/iam-role/variables.tf +++ b/modules/security_identity_compliance/iam-role/variables.tf @@ -27,7 +27,7 @@ variable "path" { } variable "trusted-entity" { - description = "AWS service allowed to assume this role. Either this or assume-role-policy must be provided." + description = "AWS service allowed to assume this role. Set this to null if assume-role-policy is to be provided." type = string }