File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
### Using the Repo Source
6
6
7
7
``` 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
9
9
```
10
10
11
11
### Alternative Installation Methods
@@ -26,7 +26,7 @@ Integrate this module like so:
26
26
27
27
``` hcl
28
28
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 "
30
30
31
31
policy_json = data.aws_iam_policy_document.policy_document.json
32
32
@@ -45,7 +45,7 @@ module "role" {
45
45
46
46
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
47
47
48
- ` x.y.z `
48
+ ` 0.1.23 `
49
49
50
50
Note, however that subtrees can be altered as desired within repositories.
51
51
You can’t perform that action at this time.
0 commit comments