diff --git a/.changelog/3592.changed.txt b/.changelog/3592.changed.txt new file mode 100644 index 0000000000..cb8484874b --- /dev/null +++ b/.changelog/3592.changed.txt @@ -0,0 +1 @@ +chore: update Sumo Logic Terraform Provider to 2.28.3 \ No newline at end of file diff --git a/deploy/helm/sumologic/conf/setup/main.tf b/deploy/helm/sumologic/conf/setup/main.tf index 52aaf69a66..9eaa8815db 100644 --- a/deploy/helm/sumologic/conf/setup/main.tf +++ b/deploy/helm/sumologic/conf/setup/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { sumologic = { source = "sumologic/sumologic" - version = "~> 2.18" + version = "~> 2.28" } kubernetes = { source = "hashicorp/kubernetes"