From 38337d65bf451a8cf0f2cddb68967d6dfd6825e8 Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Wed, 14 Aug 2024 12:53:20 -0700 Subject: [PATCH] chore: Update terraform version to 1.9.1 --- image-pipeline.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/image-pipeline.tf b/image-pipeline.tf index 856da2a..7b15719 100644 --- a/image-pipeline.tf +++ b/image-pipeline.tf @@ -96,6 +96,12 @@ module "aws_image_pipeline" { collaborators = local.collaborators admin_teams = [github_team.team.name] pull_request_bypassers = local.pull_request_bypassers + vars = [ + { + name = "terraform_version" + value = "1.9.1" + } + ] extra_files = [ { path = ".github/workflows/terraform-plan.yaml"