Skip to content

v1.0.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 02 Nov 16:56
bf84d52
Update IAM Policy with latest allow all @Benbentwo (#46)

what

  • Updates iam_policy_all.tf to use the latest datadog IAM Policy

why

  • Latest Update

references

require datadog provider >= 3.9 @bendrucker (#43)

What

  • Requires version 3.9.0 or greater of the Datadog provider

Why

  • #42 implicitly requires this by setting attributes that were only introduced in 3.9.0. This explicitly sets that requirement earlier on, causing configurations using older versions to fail at terraform init rather than encounter "unexpected attribute" errors at runtime.

References

  • #42 added the new attributes