Skip to content

Commit

Permalink
Updated sumo provider version 2.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil-sumologic committed Sep 2, 2024
1 parent 4b83e99 commit d6d1927
Show file tree
Hide file tree
Showing 34 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The modules configure/create the following resources:
}
sumologic = {
source = "sumologic/sumologic"
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
}
jira = {
source = "fourplusone/jira"
Expand Down
4 changes: 2 additions & 2 deletions aws/cloudtrail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This module is used to create AWS and Sumo Logic resource to collect CloudTrail
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >=3.1.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >=0.7.1 |

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

## Modules
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudtrail/examples/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >=3.1.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion aws/cloudtrail/examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {

required_providers {
sumologic = {
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
aws = {
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudtrail/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.16.2, < 6.0.0"
}
sumologic = {
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
time = {
Expand Down
4 changes: 2 additions & 2 deletions aws/cloudwatchlogsforwarder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ This module is used to create the SumoLogic AWS HTTP source to collect AWS Cloud
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.1.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="provider_random"></a> [random](#provider\_random) | >= 3.1.0 |
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.3, < 3.0.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion aws/cloudwatchlogsforwarder/examples/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion aws/cloudwatchlogsforwarder/examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {

required_providers {
sumologic = {
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
aws = {
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudwatchlogsforwarder/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.16.2, < 6.0.0"
}
sumologic = {
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
random = {
Expand Down
4 changes: 2 additions & 2 deletions aws/cloudwatchmetrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This module is used to create the SumoLogic AWS CloudWatch metrics source. Featu
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >=3.1.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >=0.7.1 |

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

## Modules
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudwatchmetrics/examples/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion aws/cloudwatchmetrics/examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.16.2, < 6.0.0"
}
sumologic = {
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
}
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudwatchmetrics/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.16.2, < 6.0.0"
}
sumologic = {
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
time = {
Expand Down
4 changes: 2 additions & 2 deletions aws/elasticloadbalancing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This module is used to create AWS and Sumo Logic resource to collect ELB logs fr
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >=3.1.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >=0.7.1 |

## Providers
Expand All @@ -24,7 +24,7 @@ This module is used to create AWS and Sumo Logic resource to collect ELB logs fr
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="provider_random"></a> [random](#provider\_random) | >=3.1.0 |
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.3, < 3.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | >=0.7.1 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion aws/elasticloadbalancing/examples/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.1.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.11.1 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion aws/elasticloadbalancing/examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.16.2, < 6.0.0"
}
sumologic = {
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
time = {
Expand Down
2 changes: 1 addition & 1 deletion aws/elasticloadbalancing/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.16.2, < 6.0.0"
}
sumologic = {
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
time = {
Expand Down
4 changes: 2 additions & 2 deletions aws/elb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This module is used to create AWS and Sumo Logic resource to collect ELB logs fr
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >=3.1.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >=0.7.1 |

## Providers
Expand All @@ -24,7 +24,7 @@ This module is used to create AWS and Sumo Logic resource to collect ELB logs fr
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="provider_random"></a> [random](#provider\_random) | >=3.1.0 |
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.3, < 3.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | >=0.7.1 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion aws/elb/examples/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.1.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.11.1 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion aws/elb/examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.16.2, < 6.0.0"
}
sumologic = {
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
time = {
Expand Down
2 changes: 1 addition & 1 deletion aws/elb/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.16.2, < 6.0.0"
}
sumologic = {
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
time = {
Expand Down
4 changes: 2 additions & 2 deletions aws/kinesisfirehoseforlogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ This module is used to create the SumoLogic AWS Kinesis Firehose for Logs source
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.1.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="provider_random"></a> [random](#provider\_random) | >= 3.1.0 |
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.3, < 3.0.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion aws/kinesisfirehoseforlogs/examples/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.1.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.11.1 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion aws/kinesisfirehoseforlogs/examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.16.2, < 6.0.0"
}
sumologic = {
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
time = {
Expand Down
2 changes: 1 addition & 1 deletion aws/kinesisfirehoseforlogs/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
sumologic = {
source = "SumoLogic/sumologic"
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
}
random = {
source = "hashicorp/random"
Expand Down
4 changes: 2 additions & 2 deletions aws/kinesisfirehoseformetrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This module is used to create the SumoLogic AWS Kinesis Firehose for Metrics sou
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.1.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.7.1 |

## Providers
Expand All @@ -22,7 +22,7 @@ This module is used to create the SumoLogic AWS Kinesis Firehose for Metrics sou
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="provider_random"></a> [random](#provider\_random) | >= 3.1.0 |
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.3, < 3.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | >= 0.7.1 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion aws/kinesisfirehoseformetrics/examples/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.1.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.11.1 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion aws/kinesisfirehoseformetrics/examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.16.2, < 6.0.0"
}
sumologic = {
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
time = {
Expand Down
2 changes: 1 addition & 1 deletion aws/kinesisfirehoseformetrics/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
sumologic = {
source = "SumoLogic/sumologic"
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
}
time = {
source = "hashicorp/time"
Expand Down
4 changes: 2 additions & 2 deletions aws/rootcause/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This module is used to create the SumoLogic AWS RootCause sources. Features incl
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.1.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.7.1 |

## Providers
Expand All @@ -21,7 +21,7 @@ This module is used to create the SumoLogic AWS RootCause sources. Features incl
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="provider_random"></a> [random](#provider\_random) | >= 3.1.0 |
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="provider_sumologic"></a> [sumologic](#provider\_sumologic) | >= 2.31.3, < 3.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | >= 0.7.1 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion aws/rootcause/examples/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.2, < 6.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.0, < 3.0.0 |
| <a name="requirement_sumologic"></a> [sumologic](#requirement\_sumologic) | >= 2.31.3, < 3.0.0 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion aws/rootcause/examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.16.2, < 6.0.0"
}
sumologic = {
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
}
Expand Down
2 changes: 1 addition & 1 deletion aws/rootcause/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.16.2, < 6.0.0"
}
sumologic = {
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
time = {
Expand Down
2 changes: 1 addition & 1 deletion sumologic/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 2.1"
}
sumologic = {
version = ">= 2.31.0, < 3.0.0"
version = ">= 2.31.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
}
Expand Down

0 comments on commit d6d1927

Please sign in to comment.