variable "splunk_prefix" { type = string } variable "tags" { description = "Tags for the bucket and kms key." type = map(any) } # ---------------------------------- # Below this line are variables inherited from higher levels, so they # do not need to be explicitly passed to this module. variable "standard_tags" { type = map(any) } variable "aws_account_id" { type = string } variable "account_list" { type = list(any) } variable "aws_region" { type = string } variable "aws_partition" { type = string } variable "environment" { type = string }