Commit 5d2ee4a
committed
chore(release): 2.0.0 [skip ci]
# [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
}
```1 parent be79b7e commit 5d2ee4a
1 file changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
1 | 24 | | |
2 | 25 | | |
3 | 26 | | |
| |||
0 commit comments