Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resource/aws_cloudwatch_log_metric_filter: Add support for DefaultValue #1578

Merged
merged 2 commits into from
Oct 30, 2017

Commits on Oct 30, 2017

  1. resource/aws_cloudwatch_log_metric_filter: Add support for DefaultValue

    Fixes: hashicorp#1563
    
    ```
    % make testacc TEST=./aws TESTARGS='-run=TestAccAWSCloudWatchLogMetricFilter_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -run=TestAccAWSCloudWatchLogMetricFilter_ -timeout 120m
    === RUN   TestAccAWSCloudWatchLogMetricFilter_basic
    --- PASS: TestAccAWSCloudWatchLogMetricFilter_basic (59.02s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	59.047s
    ```
    stack72 authored and Ninir committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    e733a99 View commit details
    Browse the repository at this point in the history
  2. flattenCloudWachLogMetricTransformations: Fixed default_value set bei…

    …ng a string rather than a float
    Ninir committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    f955381 View commit details
    Browse the repository at this point in the history