File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
### Using the Repo Source
6
6
7
7
``` 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
9
9
```
10
10
11
11
### Alternative Installation Methods
@@ -26,7 +26,7 @@ Integrate this module like so:
26
26
27
27
``` hcl
28
28
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 "
30
30
31
31
# Required
32
32
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
49
49
50
50
``` hcl
51
51
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 "
53
53
54
54
# Required
55
55
primary_hosted_zone = "example.com"
@@ -73,7 +73,7 @@ module "service" {
73
73
74
74
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
75
75
76
- ` x.y.z `
76
+ ` 4.1.39 `
77
77
78
78
Note, however that subtrees can be altered as desired within repositories.
79
79
You can’t perform that action at this time.
0 commit comments