Skip to content

Commit 4689a0a

Browse files
authored
Merge pull request #30 from SumoLogic/sumo-provider-2.31.0
updated code to use CVE fixed sumo provider v2.31.0
2 parents 2ccc399 + a1d30bf commit 4689a0a

File tree

34 files changed

+42
-42
lines changed

34 files changed

+42
-42
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The modules configure/create the following resources:
3030
}
3131
sumologic = {
3232
source = "sumologic/sumologic"
33-
version = ">= 2.28.3, < 3.0.0"
33+
version = ">= 2.31.0, < 3.0.0"
3434
}
3535
jira = {
3636
source = "fourplusone/jira"

aws/cloudtrail/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This module is used to create AWS and Sumo Logic resource to collect CloudTrail
1515
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
1616
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
1717
| <a name="requirement_random"></a> [random](#requirement\_random) | >=3.1.0 |
18-
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.28.3, < 3.0.0 |
18+
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
1919
| <a name="requirement_time"></a> [time](#requirement\_time) | >=0.7.1 |
2020

2121
## Providers
@@ -24,7 +24,7 @@ This module is used to create AWS and Sumo Logic resource to collect CloudTrail
2424
|------|---------|
2525
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.16.2, < 6.0.0 |
2626
| <a name="provider_random"></a> [random](#provider\_random) | >=3.1.0 |
27-
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.28.3, < 3.0.0 |
27+
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.0, < 3.0.0 |
2828
| <a name="provider_time"></a> [time](#provider\_time) | >=0.7.1 |
2929

3030
## Modules

aws/cloudtrail/examples/default/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
66
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
77
| <a name="requirement_random"></a> [random](#requirement\_random) | >=3.1.0 |
8-
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.28.3, < 3.0.0 |
8+
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
99

1010
## Providers
1111

aws/cloudtrail/examples/default/versions.tf

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

44
required_providers {
55
sumologic = {
6-
version = ">= 2.28.3, < 3.0.0"
6+
version = ">= 2.31.0, < 3.0.0"
77
source = "SumoLogic/sumologic"
88
}
99
aws = {

aws/cloudtrail/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
version = ">= 5.16.2, < 6.0.0"
88
}
99
sumologic = {
10-
version = ">= 2.28.3, < 3.0.0"
10+
version = ">= 2.31.0, < 3.0.0"
1111
source = "SumoLogic/sumologic"
1212
}
1313
time = {

aws/cloudwatchlogsforwarder/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ This module is used to create the SumoLogic AWS HTTP source to collect AWS Cloud
1313
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
1414
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
1515
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.1.0 |
16-
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.28.3, < 3.0.0 |
16+
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
1717

1818
## Providers
1919

2020
| Name | Version |
2121
|------|---------|
2222
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.16.2, < 6.0.0 |
2323
| <a name="provider_random"></a> [random](#provider\_random) | >= 3.1.0 |
24-
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.28.3, < 3.0.0 |
24+
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.0, < 3.0.0 |
2525

2626
## Modules
2727

aws/cloudwatchlogsforwarder/examples/default/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
|------|---------|
55
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
66
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
7-
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.28.3, < 3.0.0 |
7+
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
88

99
## Providers
1010

aws/cloudwatchlogsforwarder/examples/default/versions.tf

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

44
required_providers {
55
sumologic = {
6-
version = ">= 2.28.3, < 3.0.0"
6+
version = ">= 2.31.0, < 3.0.0"
77
source = "SumoLogic/sumologic"
88
}
99
aws = {

aws/cloudwatchlogsforwarder/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
version = ">= 5.16.2, < 6.0.0"
88
}
99
sumologic = {
10-
version = ">= 2.28.3, < 3.0.0"
10+
version = ">= 2.31.0, < 3.0.0"
1111
source = "SumoLogic/sumologic"
1212
}
1313
random = {

aws/cloudwatchmetrics/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This module is used to create the SumoLogic AWS CloudWatch metrics source. Featu
1212
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
1313
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
1414
| <a name="requirement_random"></a> [random](#requirement\_random) | >=3.1.0 |
15-
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.28.3, < 3.0.0 |
15+
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
1616
| <a name="requirement_time"></a> [time](#requirement\_time) | >=0.7.1 |
1717

1818
## Providers
@@ -21,7 +21,7 @@ This module is used to create the SumoLogic AWS CloudWatch metrics source. Featu
2121
|------|---------|
2222
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.16.2, < 6.0.0 |
2323
| <a name="provider_random"></a> [random](#provider\_random) | >=3.1.0 |
24-
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.28.3, < 3.0.0 |
24+
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.0, < 3.0.0 |
2525
| <a name="provider_time"></a> [time](#provider\_time) | >=0.7.1 |
2626

2727
## Modules

0 commit comments

Comments
 (0)