1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-21 23:08:12 +00:00

Update variables.tf

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jason Hall 2025-11-27 22:43:13 -06:00 committed by GitHub
parent 30b75fd65c
commit 461c610740
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,8 +46,8 @@ variable "container_command" {
variable "container_args" {
description = "Optional arguments to pass to the container command."
type = string
default = ""
type = list(string)
default = []
}
# Defaulting to COS, which has Docker/containerd pre-installed.