Skip to content

Commit

Permalink
chore(deps): update terraform packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 85d8369 commit 9eab1c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ terraform {
}
github = {
source = "integrations/github"
version = "6.3.0"
version = "6.3.1"
}
random = {
source = "hashicorp/random"
version = "3.6.3"
}
helm = {
source = "hashicorp/helm"
version = "2.15.0"
version = "2.16.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.32.0"
version = "2.33.0"
}
}

Expand Down

0 comments on commit 9eab1c2

Please sign in to comment.