variable aws_region { default = "us-east-1" }
variable environment { default = "dev" }
variable vpc_id { default = "vpc-34dbfd51" }
variable route53_zone_id { default = "Z21XEY26C989RH" }
variable dd_arn { default = "arn:aws:lambda:us-east-1:103233932089:function:DatadogLambdaFunction" }
variable subnets {
  type    = list(string)
  default = ["subnet-b649dfef", "subnet-44c19a21"]
}
variable vpc_security_group_ids {
  type    = list(string)
  default = ["sg-351b5751"]
}
