Skip to content

Commit

Permalink
Merge pull request #8 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 Dec 11, 2018
2 parents 2a62207 + a2d893f commit cf51d6b
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 @@ -24,7 +24,7 @@ This module provides recommended settings.

```hcl
module "s3_lb_log" {
source = "git::https://github.com/tmknom/terraform-aws-s3-lb-log.git?ref=tags/1.0.0"
source = "git::https://github.com/tmknom/terraform-aws-s3-lb-log.git?ref=tags/1.1.0"
name = "s3-lb-log"
logging_target_bucket = "s3-access-log"
}
Expand All @@ -34,7 +34,7 @@ module "s3_lb_log" {

```hcl
module "s3_lb_log" {
source = "git::https://github.com/tmknom/terraform-aws-s3-lb-log.git?ref=tags/1.0.0"
source = "git::https://github.com/tmknom/terraform-aws-s3-lb-log.git?ref=tags/1.1.0"
name = "s3-lb-log"
logging_target_bucket = "s3-access-log"
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 cf51d6b

Please sign in to comment.