We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0305516 commit 33eb70eCopy full SHA for 33eb70e
README.md
@@ -5,7 +5,7 @@
5
### Using the Repo Source
6
7
```hcl
8
-github.com/pbs/terraform-aws-ecr-module?ref=0.3.25
+github.com/pbs/terraform-aws-ecr-module?ref=x.y.z
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=0.3.25"
+ source = "github.com/pbs/terraform-aws-ecr-module?ref=x.y.z"
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
-`0.3.25`
+`x.y.z`
42
43
Note, however that subtrees can be altered as desired within repositories.
44
0 commit comments