Skip to content

Commit 87f3832

Browse files
feat(deps): Update Terraform google to v5 (#1059)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Peabody <[email protected]>
1 parent 85d4578 commit 87f3832

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

0-bootstrap/modules/tfc-agent-gke/versions.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ terraform {
2020

2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 4.3.0, < 5.0"
23+
version = ">= 4.3.0, < 6"
2424
}
2525

2626
kubernetes = {
2727
source = "hashicorp/kubernetes"
28-
version = ">= 2.0, <3.0"
28+
version = ">= 2.0, < 3"
2929
}
3030

3131
random = {
3232
source = "hashicorp/random"
33-
version = ">= 3.4.3, < 4.0"
33+
version = ">= 3.4.3, < 4"
3434
}
3535
}
3636

0 commit comments

Comments
 (0)