From cf5f76942cc153ae0231ffadc5e4dac8444d2e7e Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Thu, 14 Oct 2021 18:42:52 +0200 Subject: [PATCH] Update README.md --- factories/firewall-vpc-rules/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/factories/firewall-vpc-rules/README.md b/factories/firewall-vpc-rules/README.md index 7d33b5617..fd65bf21e 100644 --- a/factories/firewall-vpc-rules/README.md +++ b/factories/firewall-vpc-rules/README.md @@ -2,5 +2,5 @@ This collection of modules implement two different metodologies for the creation of VPC firewall rules, both based on leveraging well-defined `yaml` configuration files. -- The [flat module](flat/) delegates the definition of all firewall rules metadata (project, network amongst other) to the individual `yaml` configuration. This module allows for the maximum flexibility, and a custom logical grouping of resources which can be trasversal to the traditional resources hierarchy, and could be useful in scenarios where network is not managed centrally by a single team. -- The [nested module](nested/) requires and enforces a semantical folder structure that carries some of the rules metadata (project and network), and leaves the rest to each `yaml` configuration. This solution allows for the definition of a resource hierarchy that is aligned with the organisational resource structure. \ No newline at end of file +- The [flat module](flat/) delegates the definition of all firewall rules metadata (project, network amongst other) to the individual `yaml` configuration. This module allows for maximum flexibility, and a custom logical grouping of resources which can be trasversal to the traditional resource hierarchy, and could be useful in scenarios where networking is not managed centrally by a single team. +- The [nested module](nested/) requires and enforces a semantical folder structure that carries some of the rules metadata (project and network), and leaves the rest to each `yaml` configuration. This solution allows for the definition of a resource hierarchy that is aligned with the organisational resource structure.