Merge pull request #376 from terraform-google-modules/sruffilli-patch-3

Update README.md
This commit is contained in:
Simone Ruffilli 2021-12-04 16:16:02 +01:00 committed by GitHub
commit 860fb0399d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ This module also allows for the definition of template variables, allowing to ce
```hcl
module "vpc-firewall" {
source = "../../cloud-foundation-fabric/modules/resource-factories/vpc-firewall"
source = "./factories/firewall-vpc-rules/nested"
config_folder = "firewall/vpc"
templates_folder = "firewall/templates"
}