From 57987fb3e46d4e6d29f658229e8974368118e232 Mon Sep 17 00:00:00 2001 From: Raj Nishtala <113392743+rnishtala-sumo@users.noreply.github.com> Date: Tue, 8 Oct 2024 22:53:55 -0400 Subject: [PATCH] chore: upgrade terraform provider (#3852) --- .changelog/3852.changed.txt | 1 + deploy/helm/sumologic/conf/setup/main.tf | 2 +- tests/helm/testdata/goldenfile/terraform/all_fields.output.yaml | 2 +- .../testdata/goldenfile/terraform/collector_fields.output.yaml | 2 +- .../goldenfile/terraform/conditional_sources.output.yaml | 2 +- tests/helm/testdata/goldenfile/terraform/custom.output.yaml | 2 +- tests/helm/testdata/goldenfile/terraform/default.output.yaml | 2 +- .../goldenfile/terraform/disable_default_metrics.output.yaml | 2 +- .../goldenfile/terraform/disabled_dashboards.output.yaml | 2 +- .../testdata/goldenfile/terraform/disabled_monitors.output.yaml | 2 +- .../helm/testdata/goldenfile/terraform/logs_fields.output.yaml | 2 +- .../terraform/monitors_with_email_notifications.output.yaml | 2 +- .../goldenfile/terraform/monitors_with_single_email.output.yaml | 2 +- .../goldenfile/terraform/strip_extrapolation.output.yaml | 2 +- tests/helm/testdata/goldenfile/terraform/traces.output.yaml | 2 +- .../goldenfile/terraform/tracing-metrics-disabled.output.yaml | 2 +- 16 files changed, 16 insertions(+), 15 deletions(-) create mode 100644 .changelog/3852.changed.txt diff --git a/.changelog/3852.changed.txt b/.changelog/3852.changed.txt new file mode 100644 index 000000000..87e9d0110 --- /dev/null +++ b/.changelog/3852.changed.txt @@ -0,0 +1 @@ +chore: upgrade terraform provider \ 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 0b2c14e9c..71392289c 100644 --- a/deploy/helm/sumologic/conf/setup/main.tf +++ b/deploy/helm/sumologic/conf/setup/main.tf @@ -6,7 +6,7 @@ terraform { } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.31.0" + version = "~> 2.32.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/all_fields.output.yaml b/tests/helm/testdata/goldenfile/terraform/all_fields.output.yaml index c8fe20e7c..141943b92 100644 --- a/tests/helm/testdata/goldenfile/terraform/all_fields.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/all_fields.output.yaml @@ -233,7 +233,7 @@ data: } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.31.0" + version = "~> 2.32.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/collector_fields.output.yaml b/tests/helm/testdata/goldenfile/terraform/collector_fields.output.yaml index d86ee7754..b126ab557 100644 --- a/tests/helm/testdata/goldenfile/terraform/collector_fields.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/collector_fields.output.yaml @@ -233,7 +233,7 @@ data: } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.31.0" + version = "~> 2.32.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/conditional_sources.output.yaml b/tests/helm/testdata/goldenfile/terraform/conditional_sources.output.yaml index 05e4267db..a3836de1a 100644 --- a/tests/helm/testdata/goldenfile/terraform/conditional_sources.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/conditional_sources.output.yaml @@ -233,7 +233,7 @@ data: } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.31.0" + version = "~> 2.32.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/custom.output.yaml b/tests/helm/testdata/goldenfile/terraform/custom.output.yaml index 05e4267db..a3836de1a 100644 --- a/tests/helm/testdata/goldenfile/terraform/custom.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/custom.output.yaml @@ -233,7 +233,7 @@ data: } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.31.0" + version = "~> 2.32.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/default.output.yaml b/tests/helm/testdata/goldenfile/terraform/default.output.yaml index 83165842a..fe789c5a4 100644 --- a/tests/helm/testdata/goldenfile/terraform/default.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/default.output.yaml @@ -233,7 +233,7 @@ data: } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.31.0" + version = "~> 2.32.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/disable_default_metrics.output.yaml b/tests/helm/testdata/goldenfile/terraform/disable_default_metrics.output.yaml index f519147f9..46a917ef7 100644 --- a/tests/helm/testdata/goldenfile/terraform/disable_default_metrics.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/disable_default_metrics.output.yaml @@ -233,7 +233,7 @@ data: } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.31.0" + version = "~> 2.32.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/disabled_dashboards.output.yaml b/tests/helm/testdata/goldenfile/terraform/disabled_dashboards.output.yaml index 83165842a..fe789c5a4 100644 --- a/tests/helm/testdata/goldenfile/terraform/disabled_dashboards.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/disabled_dashboards.output.yaml @@ -233,7 +233,7 @@ data: } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.31.0" + version = "~> 2.32.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/disabled_monitors.output.yaml b/tests/helm/testdata/goldenfile/terraform/disabled_monitors.output.yaml index 83165842a..fe789c5a4 100644 --- a/tests/helm/testdata/goldenfile/terraform/disabled_monitors.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/disabled_monitors.output.yaml @@ -233,7 +233,7 @@ data: } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.31.0" + version = "~> 2.32.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/logs_fields.output.yaml b/tests/helm/testdata/goldenfile/terraform/logs_fields.output.yaml index 6b1e0d1a3..e0702b1ea 100644 --- a/tests/helm/testdata/goldenfile/terraform/logs_fields.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/logs_fields.output.yaml @@ -233,7 +233,7 @@ data: } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.31.0" + version = "~> 2.32.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/monitors_with_email_notifications.output.yaml b/tests/helm/testdata/goldenfile/terraform/monitors_with_email_notifications.output.yaml index 83165842a..fe789c5a4 100644 --- a/tests/helm/testdata/goldenfile/terraform/monitors_with_email_notifications.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/monitors_with_email_notifications.output.yaml @@ -233,7 +233,7 @@ data: } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.31.0" + version = "~> 2.32.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/monitors_with_single_email.output.yaml b/tests/helm/testdata/goldenfile/terraform/monitors_with_single_email.output.yaml index 83165842a..fe789c5a4 100644 --- a/tests/helm/testdata/goldenfile/terraform/monitors_with_single_email.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/monitors_with_single_email.output.yaml @@ -233,7 +233,7 @@ data: } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.31.0" + version = "~> 2.32.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/strip_extrapolation.output.yaml b/tests/helm/testdata/goldenfile/terraform/strip_extrapolation.output.yaml index c5012e221..8b44e9cb4 100644 --- a/tests/helm/testdata/goldenfile/terraform/strip_extrapolation.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/strip_extrapolation.output.yaml @@ -233,7 +233,7 @@ data: } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.31.0" + version = "~> 2.32.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/traces.output.yaml b/tests/helm/testdata/goldenfile/terraform/traces.output.yaml index fe6323bd8..98acd66a5 100644 --- a/tests/helm/testdata/goldenfile/terraform/traces.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/traces.output.yaml @@ -233,7 +233,7 @@ data: } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.31.0" + version = "~> 2.32.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/tracing-metrics-disabled.output.yaml b/tests/helm/testdata/goldenfile/terraform/tracing-metrics-disabled.output.yaml index 83165842a..fe789c5a4 100644 --- a/tests/helm/testdata/goldenfile/terraform/tracing-metrics-disabled.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/tracing-metrics-disabled.output.yaml @@ -233,7 +233,7 @@ data: } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.31.0" + version = "~> 2.32.0" } } }