Skip to content

Commit

Permalink
CVE fixed sumo provider version 2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil-sumologic committed Jul 1, 2024
1 parent 82fa336 commit 3125cd8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aws-observability-terraform/app-modules/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.28.3, < 3.0.0"
version = ">= 2.31.0, < 3.0.0"
source = "SumoLogic/sumologic"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
version = "~> 2.1"
}
sumologic = {
version = "~> 2.6.2"
version = ">= 2.31.0, < 3.0.0"
source = "SumoLogic/sumologic"
}
}
Expand Down
2 changes: 1 addition & 1 deletion aws-observability-terraform/examples/appmodule/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.28.3, < 3.0.0"
version = ">= 2.31.0, < 3.0.0"
source = "SumoLogic/sumologic"
}
time = {
Expand Down
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.28.3, < 3.0.0"
version = ">= 2.31.0, < 3.0.0"
source = "SumoLogic/sumologic"
}
time = {
Expand Down
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.28.3, < 3.0.0"
version = ">= 2.31.0, < 3.0.0"
source = "SumoLogic/sumologic"
}
time = {
Expand Down
2 changes: 1 addition & 1 deletion aws-observability-terraform/source-module/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.28.3, < 3.0.0"
version = ">= 2.31.0, < 3.0.0"
source = "SumoLogic/sumologic"
}
time = {
Expand Down
2 changes: 1 addition & 1 deletion aws-observability-terraform/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.28.3, < 3.0.0"
version = ">= 2.31.0, < 3.0.0"
source = "SumoLogic/sumologic"
}
time = {
Expand Down

0 comments on commit 3125cd8

Please sign in to comment.