Skip to content

Commit

Permalink
Merge pull request #5 from isovalent/bump-upstream
Browse files Browse the repository at this point in the history
bump upstream
  • Loading branch information
darox authored Jul 3, 2023
2 parents 5e3a0da + b9a326a commit 74d4ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ An opinionated Terraform module that can be used to create and manage a peering

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.2.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.31.0 |

## Providers
Expand All @@ -18,7 +17,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_main"></a> [main](#module\_main) | github.com/grem11n/terraform-aws-vpc-peering | v5.1.0 |
| <a name="module_main"></a> [main](#module\_main) | github.com/grem11n/terraform-aws-vpc-peering | v6.0.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

module "main" {
source = "github.com/grem11n/terraform-aws-vpc-peering?ref=v5.1.0"
source = "github.com/grem11n/terraform-aws-vpc-peering?ref=v6.0.0"

providers = {
aws.this = aws.this
Expand Down

0 comments on commit 74d4ec6

Please sign in to comment.