Skip to content

Commit

Permalink
feat: drop support for terraform 0.12.x
Browse files Browse the repository at this point in the history
BREAKING CHANGE: 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
}
```
  • Loading branch information
jim80net committed Nov 6, 2020
1 parent be7f3ec commit be79b7e
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit be79b7e

Please sign in to comment.