Skip to content

Commit 6c7dbdb

Browse files
committed
Running document script
1 parent a99354f commit 6c7dbdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 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=0.3.26
8+
github.com/pbs/terraform-aws-ecr-module?ref=x.y.z
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=0.3.26"
25+
source = "github.com/pbs/terraform-aws-ecr-module?ref=x.y.z"
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-
`0.3.26`
41+
`x.y.z`
4242

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

@@ -80,7 +80,7 @@ No modules.
8080

8181
| Name | Description | Type | Default | Required |
8282
|------|-------------|------|---------|:--------:|
83-
| <a name="input_environment"></a> [environment](#input\_environment) | Environment (sharedtools, dev, staging, prod) | `string` | n/a | yes |
83+
| <a name="input_environment"></a> [environment](#input\_environment) | Environment (sharedtools, dev, qa, staging, prod) | `string` | n/a | yes |
8484
| <a name="input_organization"></a> [organization](#input\_organization) | Organization using this module. Used to prefix tags so that they are easily identified as being from your organization | `string` | n/a | yes |
8585
| <a name="input_product"></a> [product](#input\_product) | Tag used to group resources according to product | `string` | n/a | yes |
8686
| <a name="input_repo"></a> [repo](#input\_repo) | Tag used to point to the repo using this module | `string` | n/a | yes |

0 commit comments

Comments
 (0)