Fix tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user