Skip to content

Commit 1bccf17

Browse files
committed
Update README for new release: 0.3.26
1 parent 3bdc00c commit 1bccf17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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-ecr-module?ref=x.y.z
8+
github.com/pbs/terraform-aws-ecr-module?ref=0.3.26
99
```
1010

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

2323
```hcl
2424
module "ecr" {
25-
source = "github.com/pbs/terraform-aws-ecr-module?ref=x.y.z"
25+
source = "github.com/pbs/terraform-aws-ecr-module?ref=0.3.26"
2626
2727
# Tagging Parameters
2828
organization = var.organization
@@ -38,7 +38,7 @@ module "ecr" {
3838

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

41-
`x.y.z`
41+
`0.3.26`
4242

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

0 commit comments

Comments
 (0)