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 d0d2ac9 commit ff2f948Copy full SHA for ff2f948
README.md
@@ -8,6 +8,7 @@ using Terraform >= 1.0, please open an issue.
8
9
## Usage
10
11
+from Terraform registry: (pending release)
12
```hcl
13
module "worklytics-export" {
14
source = "terraform-aws-worklytics-export"
@@ -18,6 +19,16 @@ module "worklytics-export" {
18
19
}
20
```
21
22
+via GitHub:
23
+```hcl
24
+module "worklytics-export" {
25
+ source = "git::https://github.com/worklytics/terraform-aws-worklytics-export/?ref=v0.1.0"
26
+
27
+ # numeric ID of your Worklytics Tenant SA
28
+ worklytics_tenant_id = "123123123123"
29
+}
30
+```
31
32
## Outputs
33
34
### `worklytics_export_bucket`
0 commit comments