Skip to content

Commit

Permalink
Update modules/instance_template/versions.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
tpdownes and apeabody authored Dec 12, 2023
1 parent 1756881 commit f1cfcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/instance_template/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.5"
version = ">= 5.5, < 6"
}
}
provider_meta "google" {
Expand Down

0 comments on commit f1cfcb1

Please sign in to comment.