Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.8.0-rc3 (#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Sep 10, 2023
1 parent 9e3c2e9 commit 1776df8
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 41 deletions.
101 changes: 61 additions & 40 deletions .aspect/workflows/terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data "google_compute_image" "runner_image" {

module "aspect_workflows" {
# Aspect Workflows terraform module
source = "gcs::https://storage.googleapis.com/storage/v1/aspect-artifacts/5.8.0-rc2/workflows-gcp/terraform-gcp-aspect-workflows.zip"
source = "gcs::https://storage.googleapis.com/storage/v1/aspect-artifacts/5.8.0-rc3/workflows-gcp/terraform-gcp-aspect-workflows.zip"

# Network properties
network = google_compute_network.workflows_network.id
Expand Down

0 comments on commit 1776df8

Please sign in to comment.