Skip to content

Commit e39daa5

Browse files
authored
chore: upgrade to Aspect Workflows 5.9.4 (#1476)
1 parent 066df77 commit e39daa5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.aspect/workflows/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 1.4.0"
2+
required_version = ">= 1.5.0"
33

44
backend "gcs" {
55
bucket = "aw-deployment-terraform-state-rules-js"

.aspect/workflows/terraform/workflows.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module "aspect_workflows" {
1616
region = local.region
1717

1818
# Aspect Workflows terraform module
19-
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.2/terraform-gcp-aspect-workflows.zip"
19+
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.4/terraform-gcp-aspect-workflows.zip"
2020

2121
# Network properties
2222
network = google_compute_network.workflows_network.id

0 commit comments

Comments
 (0)