removing hard coded env vars in game servers
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 14s

This commit is contained in:
shockrah 2024-12-18 23:47:32 -08:00
parent ee23406f49
commit ac11487feb

View File

@ -28,10 +28,6 @@ resource kubernetes_pod game {
container_port = each.value.port.internal
protocol = coalesce(each.value.proto, "TCP")
}
env {
name = "EULA"
value = "TRUE"
}
}
}
}