-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set folder names matching names of components on diagram #22
Comments
@Genaker This was way easier than I expected, fixed and deployed. Thanks for the feedback! |
Thanks Grate Job!
…On Sun, Mar 22, 2020 at 8:32 AM Anton Babenko ***@***.***> wrote:
@Genaker <https://github.com/Genaker> This was way easier than I
expected, fixed and deployed.
Thanks for the feedback!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGJNZQRKCQSRBXZTX6VQV3RIYVRVANCNFSM4LF5QFHA>
.
|
It can be an issue. I didn't try to run it but
where folder actually is lowercased Possible solutions:
|
Fixed in 6d21738 by lowercasing directory name. |
Thank! Awesome module!
…On Tue, Mar 24, 2020 at 2:52 AM Anton Babenko ***@***.***> wrote:
Fixed in 6d21738
<6d21738>
by lowercasing directory name.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGJNZRZPEWISOGI7NQP4LTRJB7GRANCNFSM4LF5QFHA>
.
|
I'm also thinking root folder has name of region (us-west-1). Maybe it is better to name it by VPC name (production)? |
No, resources are grouped according to public cloud provider model (AWS account => region (or global) => resource) |
Is your feature request related to a problem? Please describe.
Names of folders are confusing - rds_1, security-group_1...
Describe the solution you'd like
Use names from components, replace strange characters with single
_
Additional context
The text was updated successfully, but these errors were encountered: