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 7ed715c commit 99b4835Copy full SHA for 99b4835
README.md
@@ -5,7 +5,7 @@
5
### Using the Repo Source
6
7
```hcl
8
-github.com/pbs/terraform-aws-lambda-module?ref=x.y.z
+github.com/pbs/terraform-aws-lambda-module?ref=1.4.0
9
```
10
11
### Alternative Installation Methods
@@ -22,7 +22,7 @@ Integrate this module like so:
22
23
24
module "role" {
25
- source = "github.com/pbs/terraform-aws-lambda-module?ref=x.y.z"
+ source = "github.com/pbs/terraform-aws-lambda-module?ref=1.4.0"
26
27
handler = "main"
28
filename = "../artifacts/handler.zip"
@@ -42,7 +42,7 @@ module "role" {
42
43
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
44
45
-`x.y.z`
+`1.4.0`
46
47
Note, however that subtrees can be altered as desired within repositories.
48
0 commit comments