Skip to content

Commit

Permalink
fix: stack name
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Sep 27, 2024
1 parent c39213e commit 246f67a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
cdktfVersion: 0.20.9
terraformVersion: 1.9.5
mode: auto-approve-apply
stackName: my-stack
stackName: stack
githubToken: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
cdktfVersion: 0.20.9
terraformVersion: 1.9.5
mode: plan-only
stackName: my-stack
stackName: stack
githubToken: ${{ secrets.GITHUB_TOKEN }}
14 changes: 7 additions & 7 deletions cdktf.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"language": "go",
"app": "go run main.go",
"codeMakerOutput": "generated",
"sendCrashReports": "false",
"terraformProviders": [],
"terraformModules": [],
"context": {}
"language": "go",
"app": "go run main.go",
"codeMakerOutput": "generated",
"sendCrashReports": "false",
"terraformProviders": [],
"terraformModules": [],
"context": {}
}

0 comments on commit 246f67a

Please sign in to comment.