Skip to content

Commit

Permalink
chore: update aws/vpc-endpoint module version and clean up assets (#9)
Browse files Browse the repository at this point in the history
* docs: update vpc-endpoint readme

* chore: bump version for s3-bucket-object
  • Loading branch information
virgofx authored Oct 28, 2024
1 parent 22f85b4 commit 93e7bdf
Show file tree
Hide file tree
Showing 3 changed files with 6 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/terraform-module-releaser@v1.1.1
uses: techpivot/terraform-module-releaser@v1.3.0
2 changes: 1 addition & 1 deletion aws/s3-bucket-object/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.26"
version = ">= 5.27"
}
}
}
4 changes: 4 additions & 0 deletions aws/vpc-endpoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
Sample Terraform module which creates VPC endpoint resources on AWS.

This is a demo Terraform module.

## References

- Testing add documentation here that should **not** trigger a new relase.

0 comments on commit 93e7bdf

Please sign in to comment.