Skip to content

Commit

Permalink
chore: Update terraform version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Aug 14, 2024
1 parent 99e6d2d commit 38337d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions image-pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 38337d6

Please sign in to comment.