region = "us-east-1"

environment = "prod"

sns_encoding_status_topic_name = "asset_encoding_status"

sns_general_topic_name = "asset_general_status"

# vpc_default_private security group
vpc_security_group_ids = ["sg-21f1ed44"]

# private01 and private02 subnets
vpc_subnet_ids = ["subnet-cb4dbae0", "subnet-5366ef24"]

# prod_private_subnet_0 and prod_private_subnet_1 subnets
vpc_subnet_ids_v2 = ["subnet-043d235081c966332", "subnet-067a6b45b079d7296"]

image_encoding_lambda_memory_size = "3008"

raw_assets_bucket_cors = [
  {
    allowed_headers = ["*"]
    allowed_methods = ["PUT", "POST"]
    allowed_origins = ["https://workstation.theorchard.com"]
    expose_headers  = ["ETag"]
    max_age_seconds = 3000
  },
  {
    allowed_headers = ["*"]
    allowed_methods = ["PUT", "POST"]
    allowed_origins = ["https://workstation-cf.theorchard.com"]
    expose_headers  = ["ETag"]
    max_age_seconds = 3000
  },
  {
    allowed_headers = ["*"]
    allowed_methods = ["PUT", "POST"]
    allowed_origins = ["https://workstation.awal.com"]
    expose_headers  = ["ETag"]
    max_age_seconds = 3000
  },
  {
    allowed_headers = ["*"]
    allowed_methods = ["PUT", "POST"]
    allowed_origins = ["https://workstation.prodawal.com"]
    expose_headers  = ["ETag"]
    max_age_seconds = 3000
  },
]
