Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade to Aspect Workflows 5.9.0-beta.2 #569

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 0 additions & 80 deletions .aspect/workflows/terraform/.terraform.lock.hcl

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

17 changes: 9 additions & 8 deletions .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module "aspect_workflows" {
}

# Aspect Workflows terraform module
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.8.15/workflows/terraform-aws-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-beta.2/workflows/terraform-aws-aspect-workflows.zip"

# Non-terraform Aspect Workflows release artifacts are pulled from the region specific
# aspect-artifacts bucket during apply. Aspect will grant your AWS account access to this bucket
Expand All @@ -41,19 +41,20 @@ module "aspect_workflows" {
# Name of the deployment
customer_id = "aspect-build/aspect-cli"

# PagerDuty key for this deployment
pagerduty_integration_key = "51f08be2e7764903d07252bdc0e65acf"

# VPC properties
vpc_id = module.vpc.vpc_id
vpc_subnets = module.vpc.private_subnets
vpc_subnets_public = []

# Whether or not to allow SSM access to runners
enable_ssm_access = true
support = {
# PagerDuty key for this deployment
pagerduty_integration_key = "51f08be2e7764903d07252bdc0e65acf"
# Whether or not to allow SSM access to runners
enable_ssm_access = true
}

# Monitoring properties
monitoring_enabled = true
# Remote cache properties
remote_cache = {}

# Delivery properties
delivery_enabled = false
Expand Down
Loading