1234567891011121314151617 |
- variable "tags" {
- description = "Tags to add to the resource (in addition to global standard tags)"
- type = map
- default = { }
- }
- variable "cloudtrail_key_arn" { type = string }
- variable "aws_waf_logs_hec_token" { type = string }
- variable "hec_pub_ack" { type = string }
- variable "standard_tags" { type = map }
- variable "account_name" { type = string }
- variable "aws_account_id" { type = string }
- variable "aws_partition_alias" { type = string }
- variable "environment" { type = string }
- variable "account_map" { type = map }
- variable "aws_region" { type = string }
- variable "aws_partition" { type = string }
|