From 2c51257f17a26b3597f740cb4c5854530b632b85 Mon Sep 17 00:00:00 2001 From: yangci Date: Thu, 16 May 2024 00:21:56 +0000 Subject: [PATCH] chore: bump dep version to allow ipv6 space egress --- README.md | 2 +- main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0791da0..7e40ccd 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Here is an example of using this module: | Name | Source | Version | | -------------------------------------------------------------------------------------------------------- | --------------------------- | ------- | -| [tailscale_subnet_router](#module_tailscale_subnet_router) | masterpointio/ssm-agent/aws | 1.0.0 | +| [tailscale_subnet_router](#module_tailscale_subnet_router) | masterpointio/ssm-agent/aws | 1.1.0 | | [this](#module_this) | cloudposse/label/null | 0.25.0 | ## Resources diff --git a/main.tf b/main.tf index 1a1c34c..2d73f27 100644 --- a/main.tf +++ b/main.tf @@ -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