Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Gowie <matt@masterpoint.io>
  • Loading branch information
oycyc and Gowiem authored Dec 31, 2024
1 parent 0e266ea commit df65b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ variable "repository" {
variable "runner_image" {
type = string
description = "URL of the Docker image used to process Runs. Defaults to `null` which is Spacelift's standard (Alpine) runner image."
default = "null"
default = null
}

variable "branch" {
Expand Down

0 comments on commit df65b2b

Please sign in to comment.