description="Should be true if you want to provision an SQS endpoint to the VPC"
default=false
}
variable"sqs_endpoint_security_group_ids"{
description="The ID of one or more security groups to associate with the network interface for SQS endpoint"
default=[]
}
variable"sqs_endpoint_subnet_ids"{
description="The ID of one or more subnets in which to create a network interface for SQS endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used."
default=[]
}
variable"sqs_endpoint_private_dns_enabled"{
description="Whether or not to associate a private hosted zone with the specified VPC for SQS endpoint"
default=false
}
variable"enable_ssm_endpoint"{
variable"enable_ssm_endpoint"{
description="Should be true if you want to provision an SSM endpoint to the VPC"
description="Should be true if you want to provision an SSM endpoint to the VPC"