Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljwood7 authored Sep 17, 2024
1 parent ff032c6 commit cbfd4cf
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 @@ -113,7 +113,7 @@ variable "docker_version" {
variable "runner_binary_url" {
description = "URL to download the runner binary"
type = string
default = "https://assets.labs.cloudacademy.com/terraform-module-aws-gitea/act_runner-0.2.10-linux-amd64"
default = "https://assets.labs.platform.qa.com/terraform-module-aws-gitea/act_runner-0.2.10-linux-amd64"
}

variable "runner_image" {
Expand Down

0 comments on commit cbfd4cf

Please sign in to comment.