feat(module): add default value []
to input variable assume_role_account_names
This commit is contained in:
parent
a046131bd2
commit
51bdcc5fc0
3 changed files with 52 additions and 40 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue