Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scribd/terraform-aws-datadog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.0
Choose a base ref
...
head repository: scribd/terraform-aws-datadog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 12, 2022

  1. Update README.md

    jim80net authored Mar 12, 2022
    Configuration menu
    Copy the full SHA
    117aaf2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. feat!: enable support for aws provider 4.0+ (#49)

    BREAKING CHANGE: This release drops support for AWS provider <4.0
    
    When updating to this version, the diff will show each of the new resources as needing to be created. However, each of the new aws_s3_bucket_* resources relies on S3 API calls that utilize a PUT action in order to modify the target S3 bucket. Because these API calls adhere to standard HTTP methods for REST APIs, they should handle situations where the target configuration already exists (as noted in the HTTP RFC). Given that this is the case, it's not strictly necessary to import any new aws_s3_bucket_* resources that are a one-to-one translation from previous versions of the AWS provider -- on the next terraform apply, they'll attempt the PUT, and update the state with the results as necessary.
    kuntalkumarbasu authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    5bc98cb View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.0 [skip ci]

    # [3.0.0](v2.7.0...v3.0.0) (2022-04-05)
    
    * feat!: enable support for aws provider 4.0+ (#49) ([5bc98cb](5bc98cb)), closes [#49](#49)
    
    ### BREAKING CHANGES
    
    * This release drops support for AWS provider <4.0
    
    When updating to this version, the diff will show each of the new resources as needing to be created. However, each of the new aws_s3_bucket_* resources relies on S3 API calls that utilize a PUT action in order to modify the target S3 bucket. Because these API calls adhere to standard HTTP methods for REST APIs, they should handle situations where the target configuration already exists (as noted in the HTTP RFC). Given that this is the case, it's not strictly necessary to import any new aws_s3_bucket_* resources that are a one-to-one translation from previous versions of the AWS provider -- on the next terraform apply, they'll attempt the PUT, and update the state with the results as necessary.
    semantic-release-bot committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    f36982b View commit details
    Browse the repository at this point in the history
Loading