File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ resource "google_compute_subnetwork" "subnetwork" {
3434 private_ip_google_access = lookup (each. value , " subnet_private_access" , " false" )
3535 dynamic "log_config" {
3636 for_each = lookup (each. value , " subnet_flow_logs" , false ) ? [{
37- aggregation_interval = lookup (each. value , " subnet_flow_logs_interval" , null )
38- flow_sampling = lookup (each. value , " subnet_flow_logs_sampling" , null )
39- metadata = lookup (each. value , " subnet_flow_logs_metadata" , null )
37+ aggregation_interval = lookup (each. value , " subnet_flow_logs_interval" , " INTERVAL_5_SEC " )
38+ flow_sampling = lookup (each. value , " subnet_flow_logs_sampling" , " 0.5 " )
39+ metadata = lookup (each. value , " subnet_flow_logs_metadata" , " INCLUDE_ALL_METADATA " )
4040 }] : []
4141 content {
4242 aggregation_interval = log_config. value . aggregation_interval
You can’t perform that action at this time.
0 commit comments