Skip to content

Commit

Permalink
updated providers versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Dec 24, 2024
1 parent abd0dcb commit 8ccd646
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions terragrunt/root.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ locals {
remote_state_bucket = get_env("TF_REMOTE_STATE_BUCKET")

tf_providers = {
aws = "5.58.0"
kubernetes = "2.30.0"
kubectl = "1.14.0"
helm = "2.13.2"
http = "3.4.2"
aws = "5.82.2"
kubernetes = "2.35.1"
kubectl = "2.1.3"
helm = "2.17.0"
http = "3.4.5"
}
}

Expand Down

0 comments on commit 8ccd646

Please sign in to comment.