diff --git a/README.md b/README.md index a179574..5f1272a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This module provides recommended settings: ```hcl module "codedeploy" { - source = "git::https://github.com/tmknom/terraform-aws-codedeploy-ecs.git?ref=tags/1.0.0" + source = "git::https://github.com/tmknom/terraform-aws-codedeploy-ecs.git?ref=tags/1.1.0" name = "example" ecs_cluster_name = "${var.ecs_cluster_name}" ecs_service_name = "${var.ecs_service_name}" @@ -37,7 +37,7 @@ module "codedeploy" { ```hcl module "codedeploy" { - source = "git::https://github.com/tmknom/terraform-aws-codedeploy-ecs.git?ref=tags/1.0.0" + source = "git::https://github.com/tmknom/terraform-aws-codedeploy-ecs.git?ref=tags/1.1.0" name = "example" ecs_cluster_name = "${var.ecs_cluster_name}" ecs_service_name = "${var.ecs_service_name}" diff --git a/VERSION b/VERSION index 3eefcb9..9084fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0