Skip to content

Commit

Permalink
Merge pull request #16 from masterpointio/chore/bump-dep-ver
Browse files Browse the repository at this point in the history
chore: bump dep version to allow ipv6 space egress
  • Loading branch information
oycyc committed May 16, 2024
2 parents fa87d64 + 2c51257 commit d9eb408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Here is an example of using this module:

| Name | Source | Version |
| -------------------------------------------------------------------------------------------------------- | --------------------------- | ------- |
| <a name="module_tailscale_subnet_router"></a> [tailscale_subnet_router](#module_tailscale_subnet_router) | masterpointio/ssm-agent/aws | 1.0.0 |
| <a name="module_tailscale_subnet_router"></a> [tailscale_subnet_router](#module_tailscale_subnet_router) | masterpointio/ssm-agent/aws | 1.1.0 |
| <a name="module_this"></a> [this](#module_this) | cloudposse/label/null | 0.25.0 |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ locals {

module "tailscale_subnet_router" {
source = "masterpointio/ssm-agent/aws"
version = "1.0.0"
version = "1.1.0"

context = module.this.context
tags = module.this.tags
Expand Down

0 comments on commit d9eb408

Please sign in to comment.