Skip to content

Commit

Permalink
Pin provider minimum version to a minor instead of patch
Browse files Browse the repository at this point in the history
  • Loading branch information
averbuks committed Dec 5, 2019
1 parent 963e8a0 commit f413242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
terraform {
required_version = "~> 0.12.6"
required_providers {
google = "~> 2.15.0"
google = "~> 2.15"
}
}

0 comments on commit f413242

Please sign in to comment.