Skip to content

Commit 06ce4b1

Browse files
GuoGuo
Guo
authored and
Guo
committed
main:fix:update module version to 1.1 in README.md usage blocks
1 parent 6f32722 commit 06ce4b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module "lambda_ci_pipeline" {
7373
### ECS
7474
```hcl
7575
module "ecs_ci_pipeline" {
76-
source = "github.com/globeandmail/aws-ci-codepipeline?ref=1.0"
76+
source = "github.com/globeandmail/aws-ci-codepipeline?ref=1.1"
7777
7878
name = "app-name"
7979
deploy_type = "ecs"
@@ -109,7 +109,7 @@ module "ecs_ci_pipeline" {
109109
### ECR
110110
```hcl
111111
module "ecr_ci_pipeline" {
112-
source = "github.com/globeandmail/aws-ci-codepipeline?ref=1.0"
112+
source = "github.com/globeandmail/aws-ci-codepipeline?ref=1.1"
113113
114114
name = "app-name"
115115
deploy_type = "ecr"

0 commit comments

Comments
 (0)