Skip to content

Commit

Permalink
Solution3
Browse files Browse the repository at this point in the history
  • Loading branch information
Serveladik committed Sep 17, 2024
1 parent d623d49 commit 948b9c3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 30 deletions.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ provider "azurerm" {
}

module "resource_group_storage" {
source = "./modules/resource_group_storage"
source = "Serveladik/resource_group_storage/azurerm"

resource_group_name = var.resource_group_name
location = var.location
storage_account_name = var.storage_account_name
Expand Down
12 changes: 0 additions & 12 deletions modules/resource_group_storage/main.tf

This file was deleted.

3 changes: 0 additions & 3 deletions modules/resource_group_storage/outputs.tf

This file was deleted.

14 changes: 0 additions & 14 deletions modules/resource_group_storage/variables.tf

This file was deleted.

0 comments on commit 948b9c3

Please sign in to comment.