Update firewall-yaml test fixture

This commit is contained in:
averbukh 2021-07-26 09:50:33 +02:00
parent 75ef6dd0ec
commit 830e464e2e
1 changed files with 7 additions and 5 deletions

View File

@ -18,6 +18,8 @@ module "firewall" {
source = "../../../../modules/net-vpc-firewall-yaml"
project_id = "my-project"
network = "my-network"
config_path = "./rules"
config_directories = [
"./rules"
]
log_config = var.log_config
}