Skip to content

Commit 9efdb66

Browse files
committed
Running document script
1 parent 2439c64 commit 9efdb66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 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=4.2.0
8+
github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z
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=4.2.0"
29+
source = "github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z"
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=4.2.0"
52+
source = "github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z"
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-
`4.2.0`
76+
`x.y.z`
7777

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

@@ -96,7 +96,7 @@ Below is automatically generated documentation on this Terraform module using [t
9696

9797
| Name | Version |
9898
|------|---------|
99-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.23.1 |
99+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.24.0 |
100100

101101
## Modules
102102

0 commit comments

Comments
 (0)