Skip to content

Commit

Permalink
fix: bump default gcloud version (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
caetano-colin authored Dec 19, 2024
1 parent 67f9db5 commit c2acf0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/cloudbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Functional examples and sample Cloud Build definitions are included in the [exam
| folder\_id | The ID of a folder to host this project | `string` | `""` | no |
| force\_destroy | If supplied, the logs and artifacts buckets will be deleted even while containing objects. | `bool` | `false` | no |
| gar\_repo\_name | Custom name to use for GAR repo. | `string` | `""` | no |
| gcloud\_version | Default gcloud image version. | `string` | `"388.0.0-slim"` | no |
| gcloud\_version | Default gcloud image version. | `string` | `"504.0.0-slim"` | no |
| group\_org\_admins | Google Group for GCP Organization Administrators | `string` | n/a | yes |
| impersonate\_service\_account | The service account to impersonate while running the gcloud builds submit command. | `string` | `""` | no |
| org\_id | GCP Organization ID | `string` | n/a | yes |
Expand Down
2 changes: 1 addition & 1 deletion modules/cloudbuild/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ variable "terraform_version" {
variable "gcloud_version" {
description = "Default gcloud image version."
type = string
default = "388.0.0-slim"
default = "504.0.0-slim"
}

variable "terraform_version_sha256sum" {
Expand Down

0 comments on commit c2acf0f

Please sign in to comment.