Skip to content

Commit c21bae1

Browse files
chore(main): release 0.0.1 (#7)
Co-authored-by: narwhal-bot[bot] <143537761+narwhal-bot[bot]@users.noreply.github.com> Co-authored-by: Zack Annexstein <[email protected]>
1 parent 145dc8a commit c21bae1

File tree

7 files changed

+38
-7
lines changed

7 files changed

+38
-7
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "0.0.1"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.0.1 (2024-03-06)
4+
5+
6+
### Continuous Integration
7+
8+
* Update git-xargs-test branch from delivery-github-repo-management ([af199e9](https://github.com/defenseunicorns/terraform-aws-transit-gateway/commit/af199e9dba32073e4933544c84c7466c0d7f244d))

modules/subnet_route/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
44
## Requirements
55

6-
No requirements.
6+
| Name | Version |
7+
|------|---------|
8+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
9+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.34 |
710

811
## Providers
912

1013
| Name | Version |
1114
|------|---------|
12-
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.34 |
1316

1417
## Modules
1518

modules/subnet_route/providers.tf

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
terraform {
2+
required_version = ">= 1.3"
3+
required_providers {
4+
aws = {
5+
source = "hashicorp/aws"
6+
version = ">= 5.34"
7+
}
8+
}
9+
}

modules/transit_gateway_route/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
44
## Requirements
55

6-
No requirements.
6+
| Name | Version |
7+
|------|---------|
8+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
9+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.34 |
710

811
## Providers
912

1013
| Name | Version |
1114
|------|---------|
12-
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.34 |
1316

1417
## Modules
1518

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
terraform {
2+
required_version = ">= 1.3"
3+
required_providers {
4+
aws = {
5+
source = "hashicorp/aws"
6+
version = ">= 5.34"
7+
}
8+
}
9+
}

release-please-config.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"release-type": "simple",
3131
"separate-pull-requests": false,
3232
"skip-github-release": false,
33-
"versioning": "default",
34-
"release-as": "0.0.1"
33+
"versioning": "default"
3534
}
3635
}
3736
}

0 commit comments

Comments
 (0)