Skip to content

Commit

Permalink
Merge pull request #10 from tmknom/bump-version-1.1.0
Browse files Browse the repository at this point in the history
Bump version 1.1.0
  • Loading branch information
tmknom authored Jan 7, 2019
2 parents b42271d + 9c6927e commit 19f1b47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0

0 comments on commit 19f1b47

Please sign in to comment.