Skip to content

Commit f33c199

Browse files
Merge pull request #46 from SumoLogic/sumo_269463
Updated Readme docs for AWSO 2.13.0
2 parents 26b252e + f26d336 commit f33c199

File tree

28 files changed

+93
-85
lines changed

28 files changed

+93
-85
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The modules configure/create the following resources:
1212

1313
#### Requirements
1414

15-
* [Terraform 0.13+](https://www.terraform.io/downloads.html)
15+
* [Terraform 1.5.7+](https://www.terraform.io/downloads.html)
1616
* [curl](https://curl.haxx.se/download.html) for App installations.
1717
* [Sumo Logic Terraform Provider](https://registry.terraform.io/providers/SumoLogic/sumologic/latest)
1818
* [Null Terraform Provider](https://registry.terraform.io/providers/hashicorp/null/latest).
@@ -22,7 +22,7 @@ The modules configure/create the following resources:
2222

2323
```shell
2424
terraform {
25-
required_version = ">= 0.13"
25+
required_version = ">= 1.5.7"
2626

2727
required_providers {
2828
null = {

atlassian/cloud/atlassian/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This module installs [Sumo Logic Atlassian application](https://help.sumologic.c
66

77
## Requirements
88

9-
* [Terraform](https://www.terraform.io/downloads.html) >= 0.13.0
9+
* [Terraform](https://www.terraform.io/downloads.html) >= 1.5.7
1010
* Null >= 2.1
1111

1212
## Module Declaration

atlassian/cloud/bitbucket/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This module installs [Sumo Logic Bitbucket application](https://help.sumologic.c
66

77
## Requirements
88

9-
* [Terraform](https://www.terraform.io/downloads.html) >= 0.13.0
9+
* [Terraform](https://www.terraform.io/downloads.html) >= 1.5.7
1010
* Null >= 2.1
1111
* Bitbucket >= 1.2
1212

atlassian/cloud/jira/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This module installs [Sumo Logic Jira Cloud application](https://help.sumologic.
66

77
## Requirements
88

9-
* [Terraform](https://www.terraform.io/downloads.html) >= 0.13.0
9+
* [Terraform](https://www.terraform.io/downloads.html) >= 1.5.7
1010
* Null >= 2.1
1111
* Jira >= 0.1.12
1212

atlassian/server/jira/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This module installs [Sumo Logic Jira Server application](https://help.sumologic
66

77
## Requirements
88

9-
* [Terraform](https://www.terraform.io/downloads.html) >= 0.13.0
9+
* [Terraform](https://www.terraform.io/downloads.html) >= 1.5.7
1010
* Template >= 2.1
1111
* Null >= 2.1
1212

atlassian/webhooks/sumologic_jira_cloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The [Sumo Logic to Jira Cloud Webhook](https://help.sumologic.com/Beta/Webhook_C
66

77
## Requirements
88

9-
* [Terraform](https://www.terraform.io/downloads.html) >= 0.13.0
9+
* [Terraform](https://www.terraform.io/downloads.html) >= 1.5.7
1010
* Template >= 2.1
1111
* Sumologic >= 2.1.0
1212

atlassian/webhooks/sumologic_jira_server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The [Sumo Logic to Jira Server Webhook](https://help.sumologic.com/Beta/Webhook_
66

77
## Requirements
88

9-
* [Terraform](https://www.terraform.io/downloads.html) >= 0.13.0
9+
* [Terraform](https://www.terraform.io/downloads.html) >= 1.5.7
1010
* Template >= 2.1
1111
* Sumologic >= 2.1.0
1212

atlassian/webhooks/sumologic_jira_service_desk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The [Sumo Logic to Jira Service Desk Webhook](https://help.sumologic.com/Beta/We
66

77
## Requirements
88

9-
* [Terraform](https://www.terraform.io/downloads.html) >= 0.13.0
9+
* [Terraform](https://www.terraform.io/downloads.html) >= 1.5.7
1010
* Template >= 2.1
1111
* Sumologic >= 2.1.0
1212

aws/cloudtrail/README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ This module is used to create AWS and Sumo Logic resource to collect CloudTrail
1010

1111
## Requirements
1212

13-
| Name | Version |
14-
|------|---------|
15-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
16-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
17-
| <a name="requirement_random"></a> [random](#requirement\_random) | >=3.1.0 |
13+
| Name | Version |
14+
|------|--------------------|
15+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.7 |
16+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 7.0.0 |
17+
| <a name="requirement_random"></a> [random](#requirement\_random) | >=3.1.0 |
1818
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 4.0.0 |
19-
| <a name="requirement_time"></a> [time](#requirement\_time) | >=0.7.1 |
19+
| <a name="requirement_time"></a> [time](#requirement\_time) | >=0.7.1 |
2020

2121
## Providers
2222

23-
| Name | Version |
24-
|------|---------|
25-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.16.2, < 6.0.0 |
26-
| <a name="provider_random"></a> [random](#provider\_random) | >=3.1.0 |
23+
| Name | Version |
24+
|------|--------------------|
25+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.16.2, < 7.0.0 |
26+
| <a name="provider_random"></a> [random](#provider\_random) | >=3.1.0 |
2727
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.3, < 4.0.0 |
28-
| <a name="provider_time"></a> [time](#provider\_time) | >=0.7.1 |
28+
| <a name="provider_time"></a> [time](#provider\_time) | >=0.7.1 |
2929

3030
## Modules
3131

@@ -63,6 +63,7 @@ No modules.
6363
| <a name="input_source_details"></a> [source\_details](#input\_source\_details) | Provide details for the Sumo Logic CloudTrail source. If not provided, then defaults will be used. | <pre>object({<br/> source_name = string<br/> source_category = string<br/> collector_id = string<br/> description = string<br/> bucket_details = object({<br/> create_bucket = bool<br/> bucket_name = string<br/> path_expression = string<br/> force_destroy_bucket = bool<br/> })<br/> paused = bool<br/> scan_interval = string<br/> sumo_account_id = number<br/> cutoff_relative_time = string<br/> fields = map(string)<br/> iam_details = object({<br/> create_iam_role = bool<br/> iam_role_arn = string<br/> })<br/> sns_topic_details = object({<br/> create_sns_topic = bool<br/> sns_topic_arn = string<br/> })<br/> })</pre> | <pre>{<br/> "bucket_details": {<br/> "bucket_name": "cloudtrail-logs-random-id",<br/> "create_bucket": true,<br/> "force_destroy_bucket": true,<br/> "path_expression": "AWSLogs/<ACCOUNT-ID>/CloudTrail/<REGION-NAME>/*"<br/> },<br/> "collector_id": "",<br/> "cutoff_relative_time": "-1d",<br/> "description": "This source is created using Sumo Logic terraform AWS cloudtrail module to collect AWS cloudtrail logs.",<br/> "fields": {},<br/> "iam_details": {<br/> "create_iam_role": true,<br/> "iam_role_arn": null<br/> },<br/> "paused": false,<br/> "scan_interval": 300000,<br/> "sns_topic_details": {<br/> "create_sns_topic": true,<br/> "sns_topic_arn": null<br/> },<br/> "source_category": "Labs/aws/cloudtrail",<br/> "source_name": "CloudTrail Source",<br/> "sumo_account_id": 926226587429<br/>}</pre> | no |
6464
| <a name="input_sumologic_organization_id"></a> [sumologic\_organization\_id](#input\_sumologic\_organization\_id) | Appears on the Account Overview page that displays information about your Sumo Logic organization. Used for IAM Role in Sumo Logic AWS Sources. | `string` | n/a | yes |
6565
| <a name="input_wait_for_seconds"></a> [wait\_for\_seconds](#input\_wait\_for\_seconds) | wait\_for\_seconds is used to delay sumo logic source creation. This helps persisting IAM role in AWS system.<br/> Default value is 180 seconds.<br/> If the AWS IAM role is created outside the module, the value can be decreased to 1 second. | `number` | `180` | no |
66+
| <a name="input_aws_resource_tags"></a> [aws\_resource\_tags](#input\_aws\_resource\_tags) | Map of tags to apply to all AWS resources provisioned through the Module | `map(string)` | `{}` | no |
6667

6768
## Outputs
6869

aws/cloudtrail/examples/default/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
| Name | Version |
44
|------|---------|
5-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
6-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
5+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.7 |
6+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 7.0.0 |
77
| <a name="requirement_random"></a> [random](#requirement\_random) | >=3.1.0 |
88
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 4.0.0 |
99

1010
## Providers
1111

1212
| Name | Version |
1313
|------|---------|
14-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.16.2, < 6.0.0 |
14+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.16.2, < 7.0.0 |
1515
| <a name="provider_random"></a> [random](#provider\_random) | >=3.1.0 |
1616
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.3, < 4.0.0 |
1717

0 commit comments

Comments
 (0)