Skip to content

Commit

Permalink
Tweak for #354
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed Jan 23, 2024
1 parent 86c1154 commit 8940f7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/services/ec2.js
Original file line number Diff line number Diff line change
Expand Up @@ -3660,9 +3660,10 @@ service_mapping_functions.push(function(reqParams, obj, tracked_resources){
'value': val.Value
});
}
reqParams.tf['condition']['query_string'] = {
/*reqParams.tf['condition']['query_string'] = {
'values': values
};
};*/
reqParams.tf['condition']['query_string'] = new Set(values);
}
} else if (condition.Field == "source-ip") {
cfnblock['SourceIpConfig'] = {
Expand Down

0 comments on commit 8940f7a

Please sign in to comment.