feat(module): add default value [] to input variable assume_role_account_names

This commit is contained in:
Julien Dessaux 2025-04-12 08:53:00 +02:00
parent a046131bd2
commit 51bdcc5fc0
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 52 additions and 40 deletions

View file

@ -1,4 +1,5 @@
variable "assume_role_account_names" {
default = []
description = "The names of the AWS sub-accounts this IAM user can assume roles in."
nullable = false
type = list(string)