Skip to content

Commit

Permalink
fix: downgrade minimum provider version for better compatibility with…
Browse files Browse the repository at this point in the history
… existing usage of module (#46)
  • Loading branch information
rjerrems committed Jul 23, 2020
1 parent 83309e6 commit 2aec7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_version = "~> 0.12.6"

required_providers {
google = "~> 3.31"
google-beta = "~> 3.31"
google = "~> 3.9"
google-beta = "~> 3.9"
}
}

0 comments on commit 2aec7c8

Please sign in to comment.