Skip to content

Commit

Permalink
Update README for new release: 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar committed Apr 14, 2023
1 parent a0d0b0f commit cbceb2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Use this URL for the source of the module. See the usage examples below for more details.

```hcl
github.com/pbs/terraform-aws-sqs-module?ref=x.y.z
github.com/pbs/terraform-aws-sqs-module?ref=0.0.2
```

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

```hcl
module "queue" {
source = "github.com/pbs/terraform-aws-sqs-module?ref=x.y.z"
source = "github.com/pbs/terraform-aws-sqs-module?ref=0.0.2"
organization = var.organization
environment = var.environment
Expand All @@ -35,7 +35,7 @@ If you need to integrate a secondary queue as a dead letter queue, this would be

```hcl
module "queue" {
source = "github.com/pbs/terraform-aws-sqs-module?ref=x.y.z"
source = "github.com/pbs/terraform-aws-sqs-module?ref=0.0.2"
name = "my-queue"
Expand All @@ -51,7 +51,7 @@ module "queue" {
}
module "dlq" {
source = "github.com/pbs/terraform-aws-sqs-module?ref=x.y.z"
source = "github.com/pbs/terraform-aws-sqs-module?ref=0.0.2"
name = "my-queue-dlq"
Expand All @@ -66,7 +66,7 @@ module "dlq" {

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`
`0.0.2`

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

Expand Down

0 comments on commit cbceb2a

Please sign in to comment.