Skip to content

Commit

Permalink
fix: bump vpc-endpoint version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
virgofx authored Oct 17, 2024
1 parent 0df9dd7 commit ba1d99b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-module-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
uses: actions/checkout@v4

- name: Terraform Module Releaser
uses: techpivot/[email protected].0
uses: techpivot/[email protected].1
2 changes: 1 addition & 1 deletion aws/vpc-endpoint/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.47"
version = ">= 5.48"
}
}
}

0 comments on commit ba1d99b

Please sign in to comment.