Skip to content

Commit

Permalink
Merge pull request #377 from lorengordon/fix/aws-source
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon authored Aug 26, 2024
2 parents c2eeae2 + ab7523f commit ebf2551
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.4.0
current_version = 2.4.1
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

### [2.4.1](https://github.com/plus3it/terraform-aws-tardigrade-transit-gateway/releases/tag/2.4.1)

**Released**: 2024.08.26

**Summary**:

* Adds source for aws provider to better support nested modules with aliased
providers

### [2.4.0](https://github.com/plus3it/terraform-aws-tardigrade-transit-gateway/releases/tag/2.4.0)

**Released**: 2024.08.26
Expand Down
7 changes: 7 additions & 0 deletions modules/prefix-list-reference/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
}
}
}

0 comments on commit ebf2551

Please sign in to comment.