Skip to content

Commit

Permalink
fix(deps): update required_provider to latest for the deployable arch…
Browse files Browse the repository at this point in the history
…itecture solution (#104)
  • Loading branch information
terraform-ibm-modules-ops authored Jun 15, 2024
1 parent 0555aed commit 713ad70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solutions/agents/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.13.2"
version = "2.14.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.30.0"
version = "2.31.0"
}
}
}

0 comments on commit 713ad70

Please sign in to comment.