From 22ccd1cf32edaff354eedd754781a6e43d8a3a9a Mon Sep 17 00:00:00 2001 From: Raj Nishtala Date: Tue, 8 Oct 2024 18:12:48 -0400 Subject: [PATCH] chore: upgrade terraform provider --- .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 0000000000..87e9d0110a --- /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 0b2c14e9c6..71392289cb 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 a32a0e408d..55dddc7939 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 7023674cfe..a40feb3084 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 05e4267db2..a3836de1a2 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 05e4267db2..a3836de1a2 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 2352e9bf1f..d8f1e5da53 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 180a9068c1..4bad851306 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 2352e9bf1f..d8f1e5da53 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 2352e9bf1f..d8f1e5da53 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 be1e22e8a1..ac0c1b48f7 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 2352e9bf1f..d8f1e5da53 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 2352e9bf1f..d8f1e5da53 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 2627425448..90bdb3cd95 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 fe6323bd86..98acd66a59 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 2352e9bf1f..d8f1e5da53 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" } } }