UPD: Updated variable description

This commit is contained in:
xpk 2024-09-27 10:59:57 +08:00
parent b35e7def2a
commit 227918fa3b
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86

View File

@ -27,7 +27,7 @@ variable "path" {
} }
variable "trusted-entity" { 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 type = string
} }