5
5
### Using the Repo Source
6
6
7
7
``` hcl
8
- github.com/pbs/terraform-aws-ecs-service-module?ref=4.1.31
8
+ github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z
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=4.1.31 "
29
+ source = "github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z "
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=4.1.31 "
52
+ source = "github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z "
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
- ` 4.1.31 `
76
+ ` x.y.z `
77
77
78
78
Note, however that subtrees can be altered as desired within repositories.
79
79
@@ -103,7 +103,7 @@ Below is automatically generated documentation on this Terraform module using [t
103
103
| Name | Source | Version |
104
104
| ------| --------| ---------|
105
105
| <a name =" module_cluster " ></a > [ cluster] ( #module\_ cluster ) | github.com/pbs/terraform-aws-ecs-cluster-module | 0.0.21 |
106
- | <a name =" module_task " ></a > [ task] ( #module\_ task ) | github.com/pbs/terraform-aws-ecs-task-definition-module | 1.0.16 |
106
+ | <a name =" module_task " ></a > [ task] ( #module\_ task ) | github.com/pbs/terraform-aws-ecs-task-definition-module | 1.0.19 |
107
107
108
108
## Resources
109
109
0 commit comments