We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bdc00c commit 1bccf17Copy full SHA for 1bccf17
README.md
@@ -5,7 +5,7 @@
5
### Using the Repo Source
6
7
```hcl
8
-github.com/pbs/terraform-aws-ecr-module?ref=x.y.z
+github.com/pbs/terraform-aws-ecr-module?ref=0.3.26
9
```
10
11
### Alternative Installation Methods
@@ -22,7 +22,7 @@ Integrate this module like so:
22
23
24
module "ecr" {
25
- source = "github.com/pbs/terraform-aws-ecr-module?ref=x.y.z"
+ source = "github.com/pbs/terraform-aws-ecr-module?ref=0.3.26"
26
27
# Tagging Parameters
28
organization = var.organization
@@ -38,7 +38,7 @@ module "ecr" {
38
39
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
40
41
-`x.y.z`
+`0.3.26`
42
43
Note, however that subtrees can be altered as desired within repositories.
44
0 commit comments