Skip to content

Commit

Permalink
chore(main): release 0.0.1 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: narwhal-bot[bot] <143537761+narwhal-bot[bot]@users.noreply.github.com>
Co-authored-by: Zack Annexstein <zannexstein@gmail.com>
  • Loading branch information
narwhal-bot[bot] and zack-is-cool authored Mar 7, 2024
1 parent 145dc8a commit c21bae1
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.0.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.0.1 (2024-03-06)


### Continuous Integration

* Update git-xargs-test branch from delivery-github-repo-management ([af199e9](https://github.com/defenseunicorns/terraform-aws-transit-gateway/commit/af199e9dba32073e4933544c84c7466c0d7f244d))
7 changes: 5 additions & 2 deletions modules/subnet_route/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements

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

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.34 |

## Modules

Expand Down
9 changes: 9 additions & 0 deletions modules/subnet_route/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
terraform {
required_version = ">= 1.3"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.34"
}
}
}
7 changes: 5 additions & 2 deletions modules/transit_gateway_route/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements

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

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.34 |

## Modules

Expand Down
9 changes: 9 additions & 0 deletions modules/transit_gateway_route/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
terraform {
required_version = ">= 1.3"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.34"
}
}
}
3 changes: 1 addition & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"release-type": "simple",
"separate-pull-requests": false,
"skip-github-release": false,
"versioning": "default",
"release-as": "0.0.1"
"versioning": "default"
}
}
}

0 comments on commit c21bae1

Please sign in to comment.