From 923ff413ac3f22cb3d9f2dedecac50b39de13633 Mon Sep 17 00:00:00 2001 From: Team Terraform CDK Date: Wed, 15 Dec 2021 04:03:18 +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 c1f9ccf5b..a15e010fb 100644 --- a/cdktf.json +++ b/cdktf.json @@ -4,5 +4,6 @@ "terraformProviders": [ "hashicorp/tfe@~> 0.26.1" ], - "//": "~~ 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": "3091dda2-81e6-4b54-8003-7c01e598f89e" +} \ No newline at end of file From 0216a3bec16ed02337982b4637c0794221caceab Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Wed, 15 Dec 2021 04:05:40 +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 a15e010fb..c1f9ccf5b 100644 --- a/cdktf.json +++ b/cdktf.json @@ -4,6 +4,5 @@ "terraformProviders": [ "hashicorp/tfe@~> 0.26.1" ], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".", - "projectId": "3091dda2-81e6-4b54-8003-7c01e598f89e" -} \ No newline at end of file + "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." +}