File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Worklytics Export to AWS Terraform Module
2
2
3
3
[ ![ 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 )
5
5
6
6
This module creates infra to support exporting data from Worklytics to AWS.
7
7
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 ) .
10
9
11
10
## Usage
12
11
13
12
from Terraform registry:
14
13
``` hcl
15
14
module "worklytics-export" {
16
15
source = "terraform-aws-worklytics-export"
17
- version = "~> 0.2 .0"
16
+ version = "~> 0.3 .0"
18
17
19
18
# numeric ID of your Worklytics Tenant SA
20
19
worklytics_tenant_id = "123123123123"
@@ -24,7 +23,7 @@ module "worklytics-export" {
24
23
via GitHub:
25
24
``` hcl
26
25
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"
28
27
29
28
# numeric ID of your Worklytics Tenant SA
30
29
worklytics_tenant_id = "123123123123"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ terraform {
8
8
9
9
module "worklytics_export" {
10
10
source = " terraform-aws-worklytics-export"
11
- version = " ~> 0.2 .0"
11
+ version = " ~> 0.3 .0"
12
12
13
13
resource_name_prefix = var. resource_name_prefix
14
14
worklytics_tenant_id = var. worklytics_tenant_id
You can’t perform that action at this time.
0 commit comments