Skip to content

Commit

Permalink
chore: bump provider versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgamache committed Jul 17, 2023
1 parent 27a07db commit 221aa53
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/gke-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ terraform {
# 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
# forwards compatible with 1.0.x code.
required_version = ">= 1.4.6"

required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.73.1"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.73.1"
}
}

}

# ---------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 221aa53

Please sign in to comment.