Skip to content

Commit ff2f948

Browse files
committed
update README
1 parent d0d2ac9 commit ff2f948

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ using Terraform >= 1.0, please open an issue.
88

99
## Usage
1010

11+
from Terraform registry: (pending release)
1112
```hcl
1213
module "worklytics-export" {
1314
source = "terraform-aws-worklytics-export"
@@ -18,6 +19,16 @@ module "worklytics-export" {
1819
}
1920
```
2021

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+
2132
## Outputs
2233

2334
### `worklytics_export_bucket`

0 commit comments

Comments
 (0)