Skip to content

Commit

Permalink
feat(deps): Update Terraform google to v5 (#1059)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
renovate[bot] and apeabody authored Dec 29, 2023
1 parent 85d4578 commit 87f3832
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 0-bootstrap/modules/tfc-agent-gke/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.3.0, < 5.0"
version = ">= 4.3.0, < 6"
}

kubernetes = {
source = "hashicorp/kubernetes"
version = ">= 2.0, <3.0"
version = ">= 2.0, < 3"
}

random = {
source = "hashicorp/random"
version = ">= 3.4.3, < 4.0"
version = ">= 3.4.3, < 4"
}
}

Expand Down

0 comments on commit 87f3832

Please sign in to comment.