Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Mar 6, 2024
1 parent fdb7bf3 commit 6710259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module "aspect_workflows" {
region = local.region

# Aspect Workflows terraform module
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.16/terraform-gcp-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.18-rc2/terraform-gcp-aspect-workflows.zip"

# Network properties
network = google_compute_network.workflows_network.id
Expand All @@ -26,7 +26,7 @@ module "aspect_workflows" {
# services run.
k8s_cluster = {
# Kubernetes cluster on this deploymemt is tuned for cost. A high-performance deployment should
# use a minimum of e2-standard-2 and multiple nodes so that the cache can be sharded.
# use a minimum of e2-highmem-4 and multiple nodes so that the cache can be sharded.
node_count = 1
machine_type = "e2-medium"
}
Expand Down

0 comments on commit 6710259

Please sign in to comment.