From d63482712d29bf2f28c07b711340861f62370ee8 Mon Sep 17 00:00:00 2001 From: Mark McCulloh Date: Tue, 12 Sep 2023 10:37:19 -0400 Subject: [PATCH] chore(build): re-delete cdktf version json (#4160) It snuck back in passed the gitignore. (why??) *By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*. --- libs/wingsdk/src/.gen/versions.json | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 libs/wingsdk/src/.gen/versions.json diff --git a/libs/wingsdk/src/.gen/versions.json b/libs/wingsdk/src/.gen/versions.json deleted file mode 100644 index fbe6adcd3fd..00000000000 --- a/libs/wingsdk/src/.gen/versions.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "registry.terraform.io/hashicorp/random": "3.5.1", - "registry.terraform.io/hashicorp/google": "4.63.1", - "registry.terraform.io/hashicorp/azurerm": "3.54.0", - "registry.terraform.io/hashicorp/aws": "4.65.0" -}