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 Jun 27, 2023
1 parent cc721d8 commit 2912890
Show file tree
Hide file tree
Showing 16 changed files with 58 additions and 58 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.5.1"
}
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
10 changes: 5 additions & 5 deletions infrastructure/quick-deploy/aws/all/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.47.0"
version = "~> 4.67.0"
}
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = "~> 3.2.1"
}
local = {
source = "hashicorp/local"
version = "~> 2.2.0"
version = "~> 2.4.0"
}
random = {
source = "hashicorp/random"
version = "~> 3.4.3"
version = "~> 3.5.1"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.13.0"
version = "~> 2.21.1"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/quick-deploy/aws/armonik/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.7.1"
version = "~> 2.21.1"
}
tls = {
source = "hashicorp/tls"
Expand Down
6 changes: 3 additions & 3 deletions infrastructure/quick-deploy/aws/ecr/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.47"
version = "~> 4.67"
}
random = {
source = "hashicorp/random"
version = "~> 3.4.3"
version = "~> 3.5.1"
}
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = "~> 3.2.1"
}
}
}
12 changes: 6 additions & 6 deletions infrastructure/quick-deploy/aws/eks/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.47"
version = "~> 4.67"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.13.0"
version = "~> 2.21.1"
}
cloudinit = {
source = "hashicorp/cloudinit"
version = "~> 2.2.0"
version = "~> 2.3.2"
}
helm = {
source = "hashicorp/helm"
version = "~> 2.7.0"
version = "~> 2.10.1"
}
random = {
source = "hashicorp/random"
version = "~> 3.4.3"
version = "~> 3.5.1"
}
local = {
source = "hashicorp/local"
version = "~> 2.2.0"
version = "~> 2.4.0"
}
}
}
6 changes: 3 additions & 3 deletions infrastructure/quick-deploy/aws/monitoring/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ terraform {
required_providers {
external = {
source = "hashicorp/external"
version = "~> 2.2.0"
version = "~> 2.3.1"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.13.0"
version = "~> 2.21.1"
}
local = {
source = "hashicorp/local"
version = "~> 2.1.0"
version = "~> 2.4.0"
}
}
}
8 changes: 4 additions & 4 deletions infrastructure/quick-deploy/aws/storage/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.47.0"
version = "~> 4.67.0"
}
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = "~> 3.2.1"
}
random = {
source = "hashicorp/random"
version = "~> 3.4.3"
version = "~> 3.5.1"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.13.0"
version = "~> 2.21.1"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down
6 changes: 3 additions & 3 deletions infrastructure/quick-deploy/aws/vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.47.0"
version = "~> 4.67.0"
}
random = {
source = "hashicorp/random"
version = "~> 3.4.3"
version = "~> 3.5.1"
}
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = "~> 3.2.1"
}
}
}
8 changes: 4 additions & 4 deletions infrastructure/quick-deploy/localhost/all/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = "~> 3.2.1"
}
local = {
source = "hashicorp/local"
version = "~> 2.2.0"
version = "~> 2.4.0"
}
random = {
source = "hashicorp/random"
version = "~> 3.4.3"
version = "~> 3.5.1"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.13.0"
version = "~> 2.21.1"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down
10 changes: 5 additions & 5 deletions infrastructure/quick-deploy/localhost/armonik/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.13.0"
version = "~> 2.21.1"
}
external = {
source = "hashicorp/external"
version = "~> 2.1.1"
version = "~> 2.3.1"
}
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = "~> 3.2.1"
}
random = {
source = "hashicorp/random"
version = "~> 3.4.3"
version = "~> 3.5.1"
}
local = {
source = "hashicorp/local"
version = "~> 2.2.2"
version = "~> 2.4.0"
}
tls = {
source = "hashicorp/tls"
Expand Down
10 changes: 5 additions & 5 deletions infrastructure/quick-deploy/localhost/keda/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.13.0"
version = "~> 2.21.1"
}
external = {
source = "hashicorp/external"
version = "~> 2.1.1"
version = "~> 2.3.1"
}
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = "~> 3.2.1"
}
random = {
source = "hashicorp/random"
version = "~> 3.4.3"
version = "~> 3.5.1"
}
local = {
source = "hashicorp/local"
version = "~> 2.1.0"
version = "~> 2.4.0"
}
tls = {
source = "hashicorp/tls"
Expand Down
10 changes: 5 additions & 5 deletions infrastructure/quick-deploy/localhost/metrics-server/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.13.0"
version = "~> 2.21.1"
}
external = {
source = "hashicorp/external"
version = "~> 2.1.1"
version = "~> 2.3.1"
}
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = "~> 3.2.1"
}
random = {
source = "hashicorp/random"
version = "~> 3.4.3"
version = "~> 3.5.1"
}
local = {
source = "hashicorp/local"
version = "~> 2.1.0"
version = "~> 2.4.0"
}
tls = {
source = "hashicorp/tls"
Expand Down
10 changes: 5 additions & 5 deletions infrastructure/quick-deploy/localhost/monitoring/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.13.0"
version = "~> 2.21.1"
}
external = {
source = "hashicorp/external"
version = "~> 2.1.1"
version = "~> 2.3.1"
}
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = "~> 3.2.1"
}
random = {
source = "hashicorp/random"
version = "~> 3.4.3"
version = "~> 3.5.1"
}
local = {
source = "hashicorp/local"
version = "~> 2.1.0"
version = "~> 2.4.0"
}
tls = {
source = "hashicorp/tls"
Expand Down
10 changes: 5 additions & 5 deletions infrastructure/quick-deploy/localhost/storage/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@ terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.13.0"
version = "~> 2.21.1"
}
kubectl = {
source = "gavinbunney/kubectl"
version = "~> 1.14.0"
}
external = {
source = "hashicorp/external"
version = "~> 2.1.1"
version = "~> 2.3.1"
}
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = "~> 3.2.1"
}
random = {
source = "hashicorp/random"
version = "~> 3.4.3"
version = "~> 3.5.1"
}
local = {
source = "hashicorp/local"
version = "~> 2.2.2"
version = "~> 2.4.0"
}
tls = {
source = "hashicorp/tls"
Expand Down

0 comments on commit 2912890

Please sign in to comment.