You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @marcinwyszynski! I'm sorry you're having trouble with this and thank you for reporting it. It turns out this is a confirmed bug with an open issue (#2384) and an open PR to fix it (#2759). To consolidate our efforts, I'm going to close this issue in preference of the previously open one, which we will keep updated.
Hi there,
looks like even when you do not provide
default_value
inaws_cloudwatch_log_metric_filter
, it is set to 0 before being sent.Terraform Version
0.11.1
Affected Resource(s)
aws_cloudwatch_log_metric_filter
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Expected Behavior
Default Value in AWS should be
None
.Actual Behavior
Default Value in AWS is
0
:Steps to Reproduce
Try to create a metric filter with no Default Value.
The text was updated successfully, but these errors were encountered: