hongbo-miao/hongbomiao.com

View on GitHub
cloud-infrastructure/terraform/environments/production/aws/general/variables.tf

Summary

Maintainability
Test Coverage
variable "tracker_kafka_manager_public_key" {
  type = string
}
variable "adsb_2x_flight_trace_raw_data_dates" {
  type = list(string)
  default = [
    "2023/09/01",
    "2023/09/02",
    "2023/09/03",
    "2023/09/04",
    "2023/09/05",
    "2023/09/06",
    "2023/09/07",
    "2023/09/08",
    "2023/09/09",
    "2023/09/10",
    "2023/09/11",
    "2023/09/12",
    "2023/09/13",
    "2023/09/14",
    "2023/09/15",
    "2023/09/16",
    "2023/09/17",
    "2023/09/18",
    "2023/09/19",
    "2023/09/20",
    "2023/09/21",
    "2023/09/22",
    "2023/09/23",
    "2023/09/24",
    "2023/09/25",
    "2023/09/26",
    "2023/09/27",
    "2023/09/28",
    "2023/09/29",
    "2023/09/30"
  ]
}
variable "adsb_2x_flight_trace_raw_parquet_dates" {
  type = list(string)
  default = [
    "2023/09/01",
    "2023/09/02",
    "2023/09/03",
    "2023/09/04",
    "2023/09/05",
    "2023/09/06",
    "2023/09/07",
    "2023/09/08",
    "2023/09/09",
    "2023/09/10",
    "2023/09/11",
    "2023/09/12",
    "2023/09/13",
    "2023/09/14",
    "2023/09/15",
    "2023/09/16",
    "2023/09/17",
    "2023/09/18",
    "2023/09/19",
    "2023/09/20",
    "2023/09/21",
    "2023/09/22",
    "2023/09/23",
    "2023/09/24",
    "2023/09/25",
    "2023/09/26",
    "2023/09/27",
    "2023/09/28",
    "2023/09/29",
    "2023/09/30"
  ]
}
variable "environment" {
  type = string
}
variable "team" {
  type = string
}