diff --git a/README.md b/README.md index 19d096d..b1944a1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Basic usage of this module is as follows: ```hcl module "service_accounts" { source = "terraform-google-modules/service-accounts/google" - version = "~> 3.0" + version = "~> 4.0" project_id = "" prefix = "test-sa" names = ["first", "second"]