Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
p1tonidze committed Feb 21, 2025
1 parent 3ecb926 commit 242eba0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ provider "azurerm" {
}

module "resource_group_storage" {
source = "./modules/resource_group_storage"
source = "p1tonidze/resource_group_storage/azurerm"
version = "1.0.0"
resource_group_name = "specific-resource-group"
storage_account_name = "specificstorageaccount"
location = "West US"
Expand Down

0 comments on commit 242eba0

Please sign in to comment.