You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add release badges
* test example, to get public block working
* improve variable name, document how to customize it
* guidance on max retention
* more README and doc polish
The Terraform resource created as the export bucket. See [`aws_s3_bucket`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket) for details.
35
38
39
+
This is useful to compose with the other `aws_s3_bucket_*` resources to configure retention, encryption, etc. See:
This module is written and maintained by [Worklytics, Co.](https://worklytics.co/) and intended to
72
117
guide our customers in setting up their own infra to export data from Worklytics to AWS.
73
118
74
-
Our intent is that this will be [published as a Terraform module](https://developer.hashicorp.com/terraform/registry/modules/publish), so will follow [standard Terraform
description="AWS account in which to provision. Required to be explicitly specified, to reduce chance of inadvertently provisioning in the wrong account."
6
+
}
7
+
8
+
variable"aws_role_name" {
9
+
type=string
10
+
description="The name of the role to assume within AWS account. `null` if already auth'd as desired role/user."
error_message="`worklytics_tenant_id` must be a 21-digit numeric value. (or `null`, for pre-production use case where you don't want external entity to be allowed to assume the role)."
description="Whether to place restrictive `aws_s3_bucket_public_access_block` on S3 bucket. Set to `false` if you wish to configure something equivalent outside this module."
0 commit comments