From 19a448d757e659fa385a05c405213ab4af671d98 Mon Sep 17 00:00:00 2001 From: tmknom Date: Mon, 7 Jan 2019 22:12:15 +0900 Subject: [PATCH 1/2] Bump version 1.1.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 3eefcb9..9084fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0 From 9c6927e5210fd8aeb2ea2189c5c781651224f6e9 Mon Sep 17 00:00:00 2001 From: tmknom Date: Mon, 7 Jan 2019 22:14:50 +0900 Subject: [PATCH 2/2] Update readme to reflect version 1.1.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a253f38..c02d699 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This module provides recommended settings: ```hcl module "session_manager" { - source = "git::https://github.com/tmknom/terraform-aws-session-manager.git?ref=tags/1.0.0" + source = "git::https://github.com/tmknom/terraform-aws-session-manager.git?ref=tags/1.1.0" name = "example" instance_type = "t2.micro" subnet_id = "${var.subnet_id}" @@ -35,7 +35,7 @@ module "session_manager" { ```hcl module "session_manager" { - source = "git::https://github.com/tmknom/terraform-aws-session-manager.git?ref=tags/1.0.0" + source = "git::https://github.com/tmknom/terraform-aws-session-manager.git?ref=tags/1.1.0" name = "example" instance_type = "t2.micro" subnet_id = "${var.subnet_id}"