Skip to content

Commit ff513d4

Browse files
committed
Update README for new release: 0.1.23
1 parent f288b6d commit ff513d4

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-iam-role-module?ref=x.y.z
8+
github.com/pbs/terraform-aws-iam-role-module?ref=0.1.23
99
```
1010

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

2727
```hcl
2828
module "role" {
29-
source = "github.com/pbs/terraform-aws-iam-role-module?ref=x.y.z"
29+
source = "github.com/pbs/terraform-aws-iam-role-module?ref=0.1.23"
3030
3131
policy_json = data.aws_iam_policy_document.policy_document.json
3232
@@ -45,7 +45,7 @@ module "role" {
4545

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

48-
`x.y.z`
48+
`0.1.23`
4949

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

0 commit comments

Comments
 (0)