Skip to content

Commit 5d2ee4a

Browse files
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

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [2.0.0](https://github.com/scribd/terraform-aws-datadog/compare/v1.3.5...v2.0.0) (2020-11-06)
2+
3+
4+
### Features
5+
6+
* drop support for terraform 0.12.x ([be79b7e](https://github.com/scribd/terraform-aws-datadog/commit/be79b7e612b8932dd2d7c062b864a9a5ecff1db6))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Please use a version constraint for this module
12+
if you are staying on terraform 0.12.x
13+
14+
Example:
15+
16+
```
17+
module "datadog" {
18+
source = "scribd/datadog/aws"
19+
version = "1.3.5"
20+
# insert the 1 required variable here
21+
}
22+
```
23+
124
## [1.3.5](https://github.com/scribd/terraform-aws-datadog/compare/v1.3.4...v1.3.5) (2020-11-06)
225

326

0 commit comments

Comments
 (0)