Skip to content

Commit

Permalink
Solution4
Browse files Browse the repository at this point in the history
  • Loading branch information
Serveladik committed Sep 17, 2024
1 parent 948b9c3 commit d9ab8bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
exit 1
fi
echo "outputs.tf is present in module 'resource_group_storage'."
- name: Terraform Fmt
run: terraform fmt -check -recursive -diff

Expand Down
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ provider "azurerm" {
}

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

source = "./modules/resource_group_storage"
resource_group_name = var.resource_group_name
location = var.location
storage_account_name = var.storage_account_name
Expand Down

0 comments on commit d9ab8bf

Please sign in to comment.