Skip to content

Commit

Permalink
Update Terraform external to v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 22a22ef commit adbb7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/modules/gcp-kubernetes-cluster/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
}
external = {
source = "hashicorp/external"
version = "2.3.3"
version = "2.3.4"
}
google = {
source = "hashicorp/google"
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/vault/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
}
external = {
source = "hashicorp/external"
version = "2.3.3"
version = "2.3.4"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit adbb7f9

Please sign in to comment.