Skip to content

Instantly share code, notes, and snippets.

# variables.tf
variable "security_group_id" {
default = ""
definition = "ID of the Security Group that we want to attach to the Kubernetes ingress"
}
# main.tf
locals {
ingress_annotations_required = {
"kubernetes.io/ingress.class" = "alb"