Skip to content

Commit

Permalink
Merge pull request #73 from SumoLogic/version_upgrade
Browse files Browse the repository at this point in the history
Upgraded sumo provider version (>= 2.28.3, < 3.0.0)
  • Loading branch information
himsharma01 authored Apr 16, 2024
2 parents 92af708 + 91395d2 commit a9dadbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This repository also contains predefined alerts for various technologies. Scroll

required_providers {
sumologic = {
version = ">= 2.6.2"
version = ">= 2.28.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
}
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {

required_providers {
sumologic = {
version = ">= 2.6.2"
version = ">= 2.28.3, < 3.0.0"
source = "SumoLogic/sumologic"
}
}
Expand Down

0 comments on commit a9dadbb

Please sign in to comment.