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

Commit

Permalink
feat: add support for specifying resourceGroup in both cli and yaml (#…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
mydiemho authored Jul 5, 2019
1 parent 659282e commit 691a4af
Show file tree
Hide file tree
Showing 9 changed files with 158 additions and 66 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
Loading

0 comments on commit 691a4af

Please sign in to comment.