Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Jan 12, 2024
1 parent dc0a19d commit aa1d27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tf_cloudbuild_workspace/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ variable "substitutions" {
variable "tf_cloudbuilder" {
description = "Name of the Cloud Builder image used for running build steps."
type = string
default = "hashicorp/terraform:1.2.2"
default = "hashicorp/terraform:1.3.10"
}

variable "prefix" {
Expand Down

0 comments on commit aa1d27a

Please sign in to comment.