Skip to content

Commit 0af1830

Browse files
committed
Update README for new release: 4.1.39
1 parent 7484e26 commit 0af1830

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Using the Repo Source
66

77
```hcl
8-
github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z
8+
github.com/pbs/terraform-aws-ecs-service-module?ref=4.1.39
99
```
1010

1111
### Alternative Installation Methods
@@ -26,7 +26,7 @@ Integrate this module like so:
2626

2727
```hcl
2828
module "service" {
29-
source = "github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z"
29+
source = "github.com/pbs/terraform-aws-ecs-service-module?ref=4.1.39"
3030
3131
# Required
3232
primary_hosted_zone = "example.com"
@@ -49,7 +49,7 @@ This module will create an ECS cluster if one is not provided. If you would like
4949

5050
```hcl
5151
module "service" {
52-
source = "github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z"
52+
source = "github.com/pbs/terraform-aws-ecs-service-module?ref=4.1.39"
5353
5454
# Required
5555
primary_hosted_zone = "example.com"
@@ -73,7 +73,7 @@ module "service" {
7373

7474
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
7575

76-
`x.y.z`
76+
`4.1.39`
7777

7878
Note, however that subtrees can be altered as desired within repositories.
7979

0 commit comments

Comments
 (0)