Skip to content

Commit

Permalink
fix: Change Quota Manager Terraofmr Required Version (#569)
Browse files Browse the repository at this point in the history
The rest of the modules support `>= 0.13.0`. There is no reason for one single module to break for existing users on Terraform 0.14, especially with the new release.
  • Loading branch information
lawliet89 authored Mar 30, 2021
1 parent 1774999 commit 448456c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/quota_manager/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

terraform {
required_version = ">=0.12.6, <0.14"
required_version = ">=0.13.0"

required_providers {
google-beta = ">= 3.1, < 4.0"
Expand Down

0 comments on commit 448456c

Please sign in to comment.