feat(module): initial import
This commit is contained in:
commit
a046131bd2
8 changed files with 415 additions and 0 deletions
11
variables.tf
Normal file
11
variables.tf
Normal file
|
@ -0,0 +1,11 @@
|
|||
variable "assume_role_account_names" {
|
||||
description = "The names of the AWS sub-accounts this IAM user can assume roles in."
|
||||
nullable = false
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
variable "name" {
|
||||
description = "The IAM user's name."
|
||||
nullable = false
|
||||
type = string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue