-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1732 from hashicorp/fix-templates
fix(cli): fix templates to properly indent cdktf.json and add RemoteBackend in TS template
- Loading branch information
Showing
8 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"language": "csharp", | ||
"app": "dotnet run -p MyTerraformStack.csproj", | ||
"projectId": "{{projectId}}", | ||
"terraformProviders": [], | ||
"terraformModules": [], | ||
"context": { | ||
{{futureFlags}} | ||
} | ||
} | ||
"language": "csharp", | ||
"app": "dotnet run -p MyTerraformStack.csproj", | ||
"projectId": "{{projectId}}", | ||
"terraformProviders": [], | ||
"terraformModules": [], | ||
"context": { | ||
{{futureFlags}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"language": "go", | ||
"app": "go run main.go", | ||
"codeMakerOutput": "generated", | ||
"projectId": "{{projectId}}", | ||
"terraformProviders": [], | ||
"terraformModules": [], | ||
"context": { | ||
{{futureFlags}} | ||
} | ||
} | ||
"language": "go", | ||
"app": "go run main.go", | ||
"codeMakerOutput": "generated", | ||
"projectId": "{{projectId}}", | ||
"terraformProviders": [], | ||
"terraformModules": [], | ||
"context": { | ||
{{futureFlags}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
"terraformProviders": [], | ||
"terraformModules": [], | ||
"context": { | ||
{{futureFlags}} | ||
{{futureFlags}} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,6 @@ | |
"terraformModules": [], | ||
"codeMakerOutput": "imports", | ||
"context": { | ||
{{futureFlags}} | ||
{{futureFlags}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,6 @@ | |
"terraformModules": [], | ||
"codeMakerOutput": "imports", | ||
"context": { | ||
{{futureFlags}} | ||
{{futureFlags}} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
"terraformProviders": [], | ||
"terraformModules": [], | ||
"context": { | ||
{{futureFlags}} | ||
{{futureFlags}} | ||
} | ||
} | ||
} |