Skip to content

Commit

Permalink
feat(deps): update terraform google to 6.15.0
Browse files Browse the repository at this point in the history
| datasource         | package          | from   | to     |
| ------------------ | ---------------- | ------ | ------ |
| terraform-provider | hashicorp/google | 6.14.1 | 6.15.0 |
  • Loading branch information
tvories-tbot[bot] authored Jan 6, 2025
1 parent 9cea0e1 commit 48ae584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/clusters/cluster-0/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.14.1"
version = "6.15.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion k8s/clusters/cluster-test/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "6.14.1"
version = "6.15.0"
}
}
}
Expand Down

0 comments on commit 48ae584

Please sign in to comment.