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

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants