Skip to content

Commit

Permalink
feat: setup terraform for huaweicloud stack
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Dec 12, 2024
1 parent b96d863 commit 7d165d0
Show file tree
Hide file tree
Showing 3,402 changed files with 966,633 additions and 154 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 9 additions & 0 deletions cdktf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"language": "typescript",
"app": "npx ts-node main.ts",
"terraformProviders": [
"huaweicloud/huaweicloud@~> 1.71"
],
"codeMakerOutput": "src/constructs",
"projectId": "9534d8ed-8057-4a51-9742-0915bf94a60b"
}
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const compat = new FlatCompat({

export default [
{
ignores: ['**/dist'],
ignores: ['**/dist', 'src/constructs/**/*'],
},
...compat.extends(
'eslint:recommended',
Expand Down
Loading

0 comments on commit 7d165d0

Please sign in to comment.