Environment = "qa"

output_assets_cdn_certificate_arn = "arn:aws:acm:us-east-1:437795906767:certificate/a76e4883-28aa-4062-a4cc-c06b8012ae28"

output_assets_domain = "qa-podcast-assets.theorchard.io"

input_assets_bucket_cors = [
  {
    allowed_headers = ["*"]
    allowed_methods = ["PUT", "POST"]
    allowed_origins = ["http://localhost:*"]
    expose_headers  = ["ETag"]
    max_age_seconds = 3000
  },
  {
    allowed_headers = ["*"]
    allowed_methods = ["PUT", "POST"]
    allowed_origins = ["https://qa-frontend-podcast-standalone.theorchard.io"]
    expose_headers  = ["ETag"]
    max_age_seconds = 3000
  },
  {
    allowed_headers = ["*"]
    allowed_methods = ["PUT", "POST"]
    allowed_origins = ["https://podcast.qaorch.com"]
    expose_headers  = ["ETag"]
    max_age_seconds = 3000
  },
]

output_assets_bucket_cors = [
  {
    allowed_headers = ["*"]
    allowed_methods = ["GET"]
    allowed_origins = ["http://localhost:*"]
    expose_headers  = ["ETag"]
    max_age_seconds = 3000
  },
  {
    allowed_headers = ["*"]
    allowed_methods = ["GET"]
    allowed_origins = ["https://qa-frontend-podcast-standalone.theorchard.io"]
    expose_headers  = ["ETag"]
    max_age_seconds = 3000
  },
  {
    allowed_headers = ["*"]
    allowed_methods = ["GET"]
    allowed_origins = ["https://podcast.qaorch.com"]
    expose_headers  = ["ETag"]
    max_age_seconds = 3000
  },
  {
    allowed_headers = ["*"]
    allowed_methods = ["PUT", "POST"]
    allowed_origins = ["http://localhost:*"]
    expose_headers  = ["ETag"]
    max_age_seconds = 3000
  },
  {
    allowed_headers = ["*"]
    allowed_methods = ["PUT", "POST"]
    allowed_origins = ["https://qa-frontend-podcast-standalone.theorchard.io"]
    expose_headers  = ["ETag"]
    max_age_seconds = 3000
  },
  {
    allowed_headers = ["*"]
    allowed_methods = ["PUT", "POST"]
    allowed_origins = ["https://podcast.qaorch.com"]
    expose_headers  = ["ETag"]
    max_age_seconds = 3000
  },
]

vpc_subnet_ids = ["subnet-043d235081c966332", "subnet-067a6b45b079d7296"]

vpc_security_group_ids = ["sg-21f1ed44"]

image_encoding_lambda_memory_size = 3008

audio_waveform_lambda_execution_time = "900"

auth0_domain = "qa-orchard.auth0.com"
auth0_client_id = "5qxOmkhLcy6YcfT7jiXmbLjoZ9GwJMcr"
auth0_audience = "https://workstation.qaorch.com/api"
cdn_url = "https://qa-cdn.theorchard.io/frontend-podcast"
ows_grass_url = "https://qa-ows-grass.theorchard.io"
