Update README.md

Fixes out of date link on the module usage example
This commit is contained in:
Simone Ruffilli 2021-12-04 15:18:24 +01:00 committed by GitHub
parent 8e8f4d2117
commit 8e9117f32c
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"
}