Skip to content

Commit

Permalink
chore(main): release aws-transit-gateway 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kloia-tfmodules-releaser[bot] authored May 10, 2024
1 parent 126a74f commit 1d43e37
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"metadata": "0.0.0",
"modules/metadata": "0.1.0"
"modules/metadata": "0.1.0",
"modules/aws-transit-gateway": "0.1.0"
}
7 changes: 7 additions & 0 deletions modules/aws-transit-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## 0.1.0 (2024-05-10)


### Features

* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55))

## [2.10.0](https://github.com/terraform-aws-modules/terraform-aws-transit-gateway/compare/v2.9.0...v2.10.0) (2023-04-26)


Expand Down
2 changes: 1 addition & 1 deletion modules/aws-transit-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Terraform module which creates Transit Gateway resources on AWS.
```hcl
module "tgw" {
source = "terraform-aws-modules/transit-gateway/aws"
version = "~> 2.0"
version = "~> 0.1"
name = "my-tgw"
description = "My TGW shared with several other AWS accounts"
Expand Down

0 comments on commit 1d43e37

Please sign in to comment.