From 5bb965ac32bb794b619d8c58694aac0a471b1eb2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2020 18:14:35 +0000 Subject: [PATCH] updated README.md [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84ce0d02..ba2104aa 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Basic usage of this module is as follows: ```hcl module "bigquery" { source = "terraform-google-modules/bigquery/google" - version = "~> 4.0" + version = "~> 4.1" dataset_id = "foo" dataset_name = "foo"