- variable "name" { type = string }
- variable "alias" { type = string }
- variable "description" { type = string }
- variable "tags" { type = map(any) }
- variable "key_admin_arns" { type = list(any) }
- variable "key_user_arns" { type = list(any) }
- variable "key_attacher_arns" { type = list(any) }
- variable "remote_account_arns" { type = list(any) }
- variable "standard_tags" { type = map(any) }
- variable "aws_account_id" { type = string }
- variable "aws_partition" { type = string }
|