scribd / terraform-aws-datadog

Terraform module for setting up AWS Datadog integration
https://registry.terraform.io/modules/scribd/datadog/aws/1.0.0
MIT License
38 stars 30 forks source link

Allow using Datadog provider 3.x #45

Closed breakeverything closed 2 years ago

breakeverything commented 2 years ago

Currently, version.tf does not allow using Datadog provider 3.x versions:

  required_providers {
    datadog = {
      source  = "DataDog/datadog"
      version = ">= 2.10, < 3"
    }
  }

This is unfortunate, because it forces everything else in the same deployment to use 2.x version of the provider as well and all the new features come only to 3.x. To me it looks like there is no reason to hold back the version in here, but I might have missed something.

Would it be possible to relax the requirement to allow 3.x versions?

houqp commented 2 years ago

I think so as long as there is no major breaking changes from the 3.x version. Please feel free to send a PR

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 2.7.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: