123456789101112131415161718 |
- variable "splunk_prefix" {
- type = string
- }
- variable "tags" {
- description = "Tags for the bucket and kms key."
- type = map
- }
- # ----------------------------------
- # 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 }
- variable "aws_account_id" { type = string }
- variable "account_list" { type = list }
- variable "aws_region" { type = string }
- variable "aws_partition" { type = string }
- variable "environment" { type = string }
|