Skip to content

Commit

Permalink
Merge pull request #42 from eoincarroll/patch-3
Browse files Browse the repository at this point in the history
Updating provider version to fix a lab.
  • Loading branch information
kaariger authored Jun 26, 2020
2 parents fc1698e + 635f75a commit fcb2d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ limitations under the License.
// Configles the Google Cloud Provider with default settings
provider "google" {
project = var.project
version = "~> 2.10.0"
version = "~> 2.11.0"
}

0 comments on commit fcb2d33

Please sign in to comment.