variables.tf 123 B

123456789
  1. variable account_alias {
  2. type = string
  3. default = ""
  4. }
  5. variable assume_role_trusted_arns {
  6. type = list(string)
  7. }