File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
Use this URL for the source of the module. See the usage examples below for more details.
8
8
9
9
``` hcl
10
- github.com/pbs/terraform-aws-app-mesh-module?ref=x.y.z
10
+ github.com/pbs/terraform-aws-app-mesh-module?ref=0.0.29
11
11
```
12
12
13
13
### Alternative Installation Methods
@@ -22,7 +22,7 @@ Integrate this module like so:
22
22
23
23
``` hcl
24
24
module "app_mesh" {
25
- source = "github.com/pbs/terraform-aws-app-mesh-module?ref=x.y.z "
25
+ source = "github.com/pbs/terraform-aws-app-mesh-module?ref=0.0.29 "
26
26
27
27
# Tagging Parameters
28
28
organization = var.organization
@@ -38,7 +38,7 @@ module "app_mesh" {
38
38
39
39
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
40
40
41
- ` x.y.z `
41
+ ` 0.0.29 `
42
42
43
43
Note, however that subtrees can be altered as desired within repositories.
44
44
You can’t perform that action at this time.
0 commit comments