Skip to content

Commit

Permalink
chore(deps): update terraform provides
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent a9042fb commit 5ab5453
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions infrastructure/docs/client-node/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.20.0"
version = "~> 4.67.0"
}
random = {
source = "hashicorp/random"
version = "~> 3.1.0"
version = "~> 3.6.3"
}
template = {
source = "hashicorp/template"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.69.0"
version = "~> 3.76.1"
}

template = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.69.0"
version = "~> 3.76.1"
}

template = {
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/modules/k8s/chaos_mesh/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = ">= 2.10.1"
version = ">= 2.16.1"
}
}
}
14 changes: 7 additions & 7 deletions infrastructure/quick-deploy/aws/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.4.0"
version = "~> 5.73.0"
}
null = {
source = "hashicorp/null"
version = "~> 3.2.1"
version = "~> 3.2.3"
}
local = {
source = "hashicorp/local"
version = "~> 2.4.0"
version = "~> 2.5.2"
}
random = {
source = "hashicorp/random"
version = "~> 3.5.1"
version = "~> 3.6.3"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.21.1"
version = "~> 2.33.0"
}
kubectl = {
source = "gavinbunney/kubectl"
version = "~> 1.14.0"
}
tls = {
source = "hashicorp/tls"
version = "~> 4.0.4"
version = "~> 4.0.6"
}
pkcs12 = {
source = "chilicat/pkcs12"
version = "~> 0.0.7"
version = "~> 0.2.5"
}
}
}
6 changes: 3 additions & 3 deletions infrastructure/quick-deploy/gcp/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.78.0"
version = "~> 4.85.0"
}
random = {
source = "hashicorp/random"
version = "~> 3.5.1"
version = "~> 3.6.3"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.21.1"
version = "~> 2.33.0"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions infrastructure/quick-deploy/localhost/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@ terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "~> 3.2.1"
version = "~> 3.2.3"
}
local = {
source = "hashicorp/local"
version = "~> 2.4.0"
version = "~> 2.5.2"
}
random = {
source = "hashicorp/random"
version = "~> 3.5.1"
version = "~> 3.6.3"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.21.1"
version = "~> 2.33.0"
}
kubectl = {
source = "gavinbunney/kubectl"
version = "~> 1.14.0"
}
tls = {
source = "hashicorp/tls"
version = "~> 4.0.4"
version = "~> 4.0.6"
}
pkcs12 = {
source = "chilicat/pkcs12"
version = "~> 0.0.7"
version = "~> 0.2.5"
}
}
}

0 comments on commit 5ab5453

Please sign in to comment.