Skip to content

Commit

Permalink
reverting a change and testing a theory
Browse files Browse the repository at this point in the history
  • Loading branch information
A.M. Knight committed Jul 15, 2020
1 parent 1695094 commit f6096e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/simple_regional_with_networking/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

provider "google" {
version = "~> 3.29.0"
version = "~> 3.16.0"
}

module "gcp-network" {
Expand Down
4 changes: 2 additions & 2 deletions test/setup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ terraform {
}

provider "google" {
version = "3.25.0"
version = "3.29.0"
}

provider "google-beta" {
version = "3.25.0"
version = "3.29.0"
}

0 comments on commit f6096e8

Please sign in to comment.