You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [2.0.0](v1.3.5...v2.0.0) (2020-11-06)
### Features
* drop support for terraform 0.12.x ([be79b7e](be79b7e))
### BREAKING CHANGES
* Please use a version constraint for this module
if you are staying on terraform 0.12.x
Example:
```
module "datadog" {
source = "scribd/datadog/aws"
version = "1.3.5"
# insert the 1 required variable here
}
```
0 commit comments