Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 956ab9c

Browse files
mydiemhotbarlow12
authored andcommitted
feat: add support for specifying resourceGroup in both cli and yaml (#189)
when a name is specified in cli or yaml, serverless will use this name to create the resourceGroup instead of creating a name from convention. all underlying resources will still be created with a convention name.
1 parent 51c95a4 commit 956ab9c

9 files changed

+158
-66
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)