Skip to content

Commit

Permalink
Update README for new release: 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ehirsch-3pg committed Sep 30, 2024
1 parent 67a2336 commit 0f799aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Using the Repo Source

```hcl
github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z
github.com/pbs/terraform-aws-ecs-service-module?ref=6.0.2
```

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

```hcl
module "service" {
source = "github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z"
source = "github.com/pbs/terraform-aws-ecs-service-module?ref=6.0.2"
# Required
hosted_zone = "example.com"
Expand All @@ -49,7 +49,7 @@ This module will create an ECS cluster if one is not provided. If you would like

```hcl
module "service" {
source = "github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z"
source = "github.com/pbs/terraform-aws-ecs-service-module?ref=6.0.2"
# Required
hosted_zone = "example.com"
Expand All @@ -73,7 +73,7 @@ module "service" {

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

`x.y.z`
`6.0.2`

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

Expand Down

0 comments on commit 0f799aa

Please sign in to comment.