Skip to content

Commit

Permalink
fmt main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ILyakhova committed Jul 19, 2024
1 parent b910f40 commit c5dfb31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "resource_group_storage" {
source = "github.com/ILyakhova/terraform-azurerm-resource_group_storage"

resource_group_name = "example-rg"
location = "East US"
storage_account_name = "examplestorage"
resource_group_name = "example-rg"
location = "East US"
storage_account_name = "examplestorage"
}

0 comments on commit c5dfb31

Please sign in to comment.