Fix tests

This commit is contained in:
Julio Castillo
2023-09-15 00:07:08 +02:00
parent f19ab4872f
commit f3be29cbc9
17 changed files with 155 additions and 128 deletions

View File

@@ -27,7 +27,7 @@ locals {
active = try(v.active, true)
description = try(v.description, null)
enable_private_access = try(v.enable_private_access, true)
flow_logs_config = can(v.flow_logs) ? {
flow_logs_config = can(v.flow_logs_config) ? {
aggregation_interval = try(v.flow_logs_config.aggregation_interval, null)
filter_expression = try(v.flow_logs_config.filter_expression, null)
flow_sampling = try(v.flow_logs_config.flow_sampling, null)