File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ variable "agent_container_image_tag" {
368368 **(Optional, default: `"39b9059"`)** The container image tag/commit hash for Azure DevOps agents.
369369 EOT
370370 type = string
371- default = " 39b9059 "
371+ default = " 57a937f "
372372}
373373
374374variable "agent_container_image_folder" {
@@ -381,10 +381,10 @@ variable "agent_container_image_folder" {
381381
382382variable "agent_container_image_dockerfile" {
383383 description = <<- EOT
384- **(Optional, default: `"dockerfile "`)** The Dockerfile name to use for the container image.
384+ **(Optional, default: `"Dockerfile "`)** The Dockerfile name to use for the container image.
385385 EOT
386386 type = string
387- default = " dockerfile "
387+ default = " Dockerfile "
388388}
389389
390390variable "agent_container_cpu" {
Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ variable "runner_container_image_tag" {
473473 **(Optional, default: `"39b9059"`)** The container image tag/commit hash for GitHub runners.
474474 EOT
475475 type = string
476- default = " 39b9059 "
476+ default = " 57a937f "
477477}
478478
479479variable "runner_container_image_folder" {
@@ -486,10 +486,10 @@ variable "runner_container_image_folder" {
486486
487487variable "runner_container_image_dockerfile" {
488488 description = <<- EOT
489- **(Optional, default: `"dockerfile "`)** The Dockerfile name to use for the container image.
489+ **(Optional, default: `"Dockerfile "`)** The Dockerfile name to use for the container image.
490490 EOT
491491 type = string
492- default = " dockerfile "
492+ default = " Dockerfile "
493493}
494494
495495variable "runner_container_cpu" {
Original file line number Diff line number Diff line change @@ -468,12 +468,12 @@ variable "container_registry_dockerfile_repository_folder_url" {
468468
469469variable "container_registry_dockerfile_name" {
470470 description = <<- EOT
471- **(Optional, default: `"dockerfile "`)** Name of the Dockerfile to build in the repository folder.
471+ **(Optional, default: `"Dockerfile "`)** Name of the Dockerfile to build in the repository folder.
472472
473473 Typically 'Dockerfile' or a specific variant like 'dockerfile', 'Dockerfile.ubuntu', etc.
474474 EOT
475475 type = string
476- default = " dockerfile "
476+ default = " Dockerfile "
477477}
478478
479479variable "container_registry_image_name" {
You can’t perform that action at this time.
0 commit comments