Skip to content

Commit

Permalink
Bump sumologic terraform provider to 2.6 and relax kubernetes provide…
Browse files Browse the repository at this point in the history
…r version constraints
  • Loading branch information
pmalek authored and pmalek-sumo committed Jan 20, 2021
1 parent f31d17c commit f52ac72
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/sumologic/conf/setup/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
terraform {
required_providers {
sumologic = "~> 2.4"
kubernetes = "~> 1.13.0"
sumologic = "~> 2.6"
kubernetes = "~> 1.13"
}
}
4 changes: 2 additions & 2 deletions tests/terraform/static/all_fields.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ data:
main.tf: |
terraform {
required_providers {
sumologic = "~> 2.4"
kubernetes = "~> 1.13.0"
sumologic = "~> 2.6"
kubernetes = "~> 1.13"
}
}
providers.tf: |-
Expand Down
4 changes: 2 additions & 2 deletions tests/terraform/static/collector_fields.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ data:
main.tf: |
terraform {
required_providers {
sumologic = "~> 2.4"
kubernetes = "~> 1.13.0"
sumologic = "~> 2.6"
kubernetes = "~> 1.13"
}
}
providers.tf: |-
Expand Down
4 changes: 2 additions & 2 deletions tests/terraform/static/conditional_sources.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ data:
main.tf: |
terraform {
required_providers {
sumologic = "~> 2.4"
kubernetes = "~> 1.13.0"
sumologic = "~> 2.6"
kubernetes = "~> 1.13"
}
}
providers.tf: |-
Expand Down
4 changes: 2 additions & 2 deletions tests/terraform/static/custom.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ data:
main.tf: |
terraform {
required_providers {
sumologic = "~> 2.4"
kubernetes = "~> 1.13.0"
sumologic = "~> 2.6"
kubernetes = "~> 1.13"
}
}
providers.tf: |-
Expand Down
4 changes: 2 additions & 2 deletions tests/terraform/static/default.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ data:
main.tf: |
terraform {
required_providers {
sumologic = "~> 2.4"
kubernetes = "~> 1.13.0"
sumologic = "~> 2.6"
kubernetes = "~> 1.13"
}
}
providers.tf: |-
Expand Down
4 changes: 2 additions & 2 deletions tests/terraform/static/disable_default_metrics.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ data:
main.tf: |
terraform {
required_providers {
sumologic = "~> 2.4"
kubernetes = "~> 1.13.0"
sumologic = "~> 2.6"
kubernetes = "~> 1.13"
}
}
providers.tf: |-
Expand Down
4 changes: 2 additions & 2 deletions tests/terraform/static/strip_extrapolation.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ data:
main.tf: |
terraform {
required_providers {
sumologic = "~> 2.4"
kubernetes = "~> 1.13.0"
sumologic = "~> 2.6"
kubernetes = "~> 1.13"
}
}
providers.tf: |-
Expand Down
4 changes: 2 additions & 2 deletions tests/terraform/static/traces.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ data:
main.tf: |
terraform {
required_providers {
sumologic = "~> 2.4"
kubernetes = "~> 1.13.0"
sumologic = "~> 2.6"
kubernetes = "~> 1.13"
}
}
providers.tf: |-
Expand Down

0 comments on commit f52ac72

Please sign in to comment.