From 765f14dad80119c7ad90c38515527627e752a6ec Mon Sep 17 00:00:00 2001 From: Team Terraform CDK Date: Fri, 29 Oct 2021 00:12:04 +0000 Subject: [PATCH 1/2] chore: upgrade provider --- cdktf.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cdktf.json b/cdktf.json index 5a7647cd1..2420a6ac5 100644 --- a/cdktf.json +++ b/cdktf.json @@ -4,5 +4,6 @@ "terraformProviders": [ "DataDog/datadog@~> 3.0" ], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." -} + "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".", + "projectId": "f8c9a8ba-8a90-4dbf-bce1-b6e18b7a7778" +} \ No newline at end of file From 8f4e396cf1c818bc5230028b99de3d3f47bd951a Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Fri, 29 Oct 2021 00:24:27 +0000 Subject: [PATCH 2/2] chore: self mutation --- cdktf.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cdktf.json b/cdktf.json index 2420a6ac5..5a7647cd1 100644 --- a/cdktf.json +++ b/cdktf.json @@ -4,6 +4,5 @@ "terraformProviders": [ "DataDog/datadog@~> 3.0" ], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".", - "projectId": "f8c9a8ba-8a90-4dbf-bce1-b6e18b7a7778" -} \ No newline at end of file + "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." +}