Update all internal links examples -> blueprints

This commit is contained in:
Julio Castillo
2022-09-09 15:33:59 +02:00
parent a248602827
commit 269894e92b
40 changed files with 108 additions and 56 deletions

View File

@@ -83,7 +83,7 @@ module "firewall" {
### Rules Factory
The module includes a rules factory (see [Resource Factories](../../examples/factories/)) for the massive creation of rules leveraging YaML configuration files. Each configuration file can optionally contain more than one rule which a structure that reflects the `custom_rules` variable.
The module includes a rules factory (see [Resource Factories](../../blueprints/factories/)) for the massive creation of rules leveraging YaML configuration files. Each configuration file can optionally contain more than one rule which a structure that reflects the `custom_rules` variable.
```hcl
module "firewall" {