Skip to content

Commit 036b11c

Browse files
authored
doc improvements (#8)
* link tests * link tf registry * update release references
1 parent b6ad1d7 commit 036b11c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
# Worklytics Export to AWS Terraform Module
22

33
[![Latest Release](https://img.shields.io/github/v/release/Worklytics/terraform-aws-worklytics-export)](https://github.com/Worklytics/terraform-aws-worklytics-export/releases/latest)
4-
![tests](https://img.shields.io/github/actions/workflow/status/Worklytics/terraform-aws-worklytics-export/terraform_integration.yaml?label=tests)
4+
[![tests](https://img.shields.io/github/actions/workflow/status/Worklytics/terraform-aws-worklytics-export/terraform_integration.yaml?label=tests)](https://github.com/Worklytics/terraform-aws-worklytics-export/actions?query=branch%3Amain)
55

66
This module creates infra to support exporting data from Worklytics to AWS.
77

8-
It is published in the Terraform Registry at:
9-
https://registry.terraform.io/modules/Worklytics/worklytics-export/aws/latest
8+
It is published in the [Terraform Registry](https://registry.terraform.io/modules/Worklytics/worklytics-export/aws/latest).
109

1110
## Usage
1211

1312
from Terraform registry:
1413
```hcl
1514
module "worklytics-export" {
1615
source = "terraform-aws-worklytics-export"
17-
version = "~> 0.2.0"
16+
version = "~> 0.3.0"
1817
1918
# numeric ID of your Worklytics Tenant SA
2019
worklytics_tenant_id = "123123123123"
@@ -24,7 +23,7 @@ module "worklytics-export" {
2423
via GitHub:
2524
```hcl
2625
module "worklytics-export" {
27-
source = "git::https://github.com/worklytics/terraform-aws-worklytics-export/?ref=v0.2.0"
26+
source = "git::https://github.com/worklytics/terraform-aws-worklytics-export/?ref=v0.3.0"
2827
2928
# numeric ID of your Worklytics Tenant SA
3029
worklytics_tenant_id = "123123123123"

examples/basic-remote/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88

99
module "worklytics_export" {
1010
source = "terraform-aws-worklytics-export"
11-
version = "~> 0.2.0"
11+
version = "~> 0.3.0"
1212

1313
resource_name_prefix = var.resource_name_prefix
1414
worklytics_tenant_id = var.worklytics_tenant_id

0 commit comments

Comments
 (0)