File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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=4.2.0
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.2.0 "
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.2.0 "
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.2.0 `
76
+ ` x.y.z `
77
77
78
78
Note, however that subtrees can be altered as desired within repositories.
79
79
@@ -96,7 +96,7 @@ Below is automatically generated documentation on this Terraform module using [t
96
96
97
97
| Name | Version |
98
98
| ------| ---------|
99
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.23.1 |
99
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.24.0 |
100
100
101
101
## Modules
102
102
You can’t perform that action at this time.
0 commit comments