Fix README typo in firewall module (#960)

* fixing readme in firewall module

* fix typo

Co-authored-by: Valerio Ponza <vponza@google.com>
Co-authored-by: Ludovico Magnocavallo <ludo@qix.it>
This commit is contained in:
Valerio Ponza 2022-11-09 00:25:34 +01:00 committed by GitHub
parent dff7b69250
commit 8282b6c0e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -138,10 +138,10 @@ module "firewall" {
project_id = "my-project"
network = "my-network"
factories_config = {
rules_folder = "config/firewall"
cidr_tpl_file = "config/cidr_template.yaml"
}
data_folder = "config/firewall"
cidr_template_file = "config/cidr_template.yaml"
}
# tftest skip
```