From 2da4ec6a5174e3c417f26bd0a0a95db4995e7b9a Mon Sep 17 00:00:00 2001 From: Mutahhir Hayat Date: Thu, 9 Feb 2023 12:45:37 +0100 Subject: [PATCH] chore: fix naming issue with csharp stack template --- packages/cdktf-cli/templates/convert/stack.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cdktf-cli/templates/convert/stack.cs b/packages/cdktf-cli/templates/convert/stack.cs index 12c2d2b245..2538abdab0 100644 --- a/packages/cdktf-cli/templates/convert/stack.cs +++ b/packages/cdktf-cli/templates/convert/stack.cs @@ -5,7 +5,7 @@ namespace MyCompany.MyApp { - class MainStack : TerraformStack + class MyStack : TerraformStack { public MyStack(Construct scope, string id) : base(scope, id) {