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:
parent
30b75fd65c
commit
461c610740
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue