Skip to content
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

WIP: Add Azure Storage support #158

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

rudolphjacksonm
Copy link

No description provided.

@@ -5,9 +5,8 @@ resource "azurerm_resource_group" "default" {
}

module "networking" {
depends_on = [azurerm_resource_group.default]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need a depends_on here, implicit dependency should suffice

@@ -24,12 +23,18 @@ module "networking" {
// }

module "compute" {
source = "./compute"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting

@gruberdev gruberdev added the enhancement new feature label Aug 10, 2021
@gruberdev gruberdev added this to the Azure milestone Aug 10, 2021
@gruberdev
Copy link
Owner

gruberdev commented Aug 10, 2021

Thanks for the contribution @rudolphjacksonm, I didn't have much time to review the PR, but keep up the good work. I'll review asap, probably tomorrow or at maximum Wednesday

(even at WIP status, just so you can get a heads-up on wether it'll be easily merged or if I have any considerations).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants