Exposing sample 'game' port correctly now
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 2s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 14s

This commit is contained in:
2024-12-10 18:00:26 -08:00
parent 5d03f6b218
commit f9c73b1e4a
4 changed files with 15 additions and 7 deletions

View File

@@ -42,7 +42,10 @@ variable game_servers {
image = string
cpu = string
mem = string
port = number
port = object({
internal = number
expose = number
})
proto = optional(string)
})
)