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

r/aws_cloudfront_realtime_log_config: New resource #14974

Merged

Commits on Feb 6, 2021

  1. r/aws_cloudfront_realtime_log_config: New resource.

    Acceptance testing output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSCloudFrontRealtimeLogConfig_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSCloudFrontRealtimeLogConfig_ -timeout 120m
    === RUN   TestAccAWSCloudFrontRealtimeLogConfig_basic
    === PAUSE TestAccAWSCloudFrontRealtimeLogConfig_basic
    === RUN   TestAccAWSCloudFrontRealtimeLogConfig_disappears
    === PAUSE TestAccAWSCloudFrontRealtimeLogConfig_disappears
    === RUN   TestAccAWSCloudFrontRealtimeLogConfig_updates
    === PAUSE TestAccAWSCloudFrontRealtimeLogConfig_updates
    === CONT  TestAccAWSCloudFrontRealtimeLogConfig_basic
    === CONT  TestAccAWSCloudFrontRealtimeLogConfig_updates
    === CONT  TestAccAWSCloudFrontRealtimeLogConfig_disappears
        resource_aws_cloudfront_realtime_log_config_test.go:119: [INFO] Got non-empty plan, as expected
    --- PASS: TestAccAWSCloudFrontRealtimeLogConfig_disappears (62.40s)
    --- PASS: TestAccAWSCloudFrontRealtimeLogConfig_basic (65.18s)
    --- PASS: TestAccAWSCloudFrontRealtimeLogConfig_updates (111.77s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	111.823s
    ewbankkit committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    7e60f5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53b1844 View commit details
    Browse the repository at this point in the history
  3. r/aws_cloudfront_realtime_log_config: Change 'endpoint' from TypeSet …

    …to TypeList as it has only 1 element. Fixes awsproviderlint S018.
    ewbankkit committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    4664fd6 View commit details
    Browse the repository at this point in the history
  4. Add CHANGELOG entries.

    ewbankkit committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    d56952a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3940be View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    1e55782 View commit details
    Browse the repository at this point in the history
  2. Update aws/resource_aws_cloudfront_realtime_log_config.go

    Co-authored-by: angie pinilla <[email protected]>
    ewbankkit and anGie44 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    c9c74ea View commit details
    Browse the repository at this point in the history
  3. Use 'tfawserr' package.

    ewbankkit committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    a885806 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    480f996 View commit details
    Browse the repository at this point in the history
  5. Formatting.

    ewbankkit committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    18ece9f View commit details
    Browse the repository at this point in the history
  6. r/aws_cloudfront_realtime_log_config: Additional context for creation…

    … failure.
    
    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSCloudFrontRealtimeLogConfig_basic'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSCloudFrontRealtimeLogConfig_basic -timeout 120m
    === RUN   TestAccAWSCloudFrontRealtimeLogConfig_basic
    === PAUSE TestAccAWSCloudFrontRealtimeLogConfig_basic
    === CONT  TestAccAWSCloudFrontRealtimeLogConfig_basic
    --- PASS: TestAccAWSCloudFrontRealtimeLogConfig_basic (55.83s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	55.936s
    ewbankkit committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    246b508 View commit details
    Browse the repository at this point in the history
  7. Update aws/resource_aws_cloudfront_realtime_log_config.go

    Co-authored-by: angie pinilla <[email protected]>
    ewbankkit and anGie44 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    ad997d9 View commit details
    Browse the repository at this point in the history
  8. Update aws/resource_aws_cloudfront_realtime_log_config.go

    Co-authored-by: angie pinilla <[email protected]>
    ewbankkit and anGie44 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    4456c98 View commit details
    Browse the repository at this point in the history