Skip to content

Commit

Permalink
fix: Relax Provider version (#133)
Browse files Browse the repository at this point in the history
Ran into Provider dependency issues with other modules in the same project that required a newer Provider version
  • Loading branch information
matan-levi committed Aug 7, 2020
1 parent 295ca18 commit ec2a109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mssql/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
terraform {
required_version = ">= 0.12"
required_providers {
google-beta = "~> 3.1.0"
google-beta = ">= 3.1.0"
}
}

0 comments on commit ec2a109

Please sign in to comment.