Skip to content

Commit

Permalink
fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Darya-Savchenko committed Nov 26, 2024
1 parent 3ebb84d commit 42237f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ provider "azurerm" {
features {}
}

module "task6_module" {
module "resource_group_storage" {
source = "Darya-Savchenko/resource_group_storage/azurerm"
version = "1.0.0"
resource_group_name = "task6-resource-group"
Expand Down

0 comments on commit 42237f5

Please sign in to comment.