Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solution #24

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

solution #24

wants to merge 2 commits into from

Conversation

Andr1yK
Copy link

@Andr1yK Andr1yK commented Feb 25, 2025

No description provided.

Copy link

@mateacademy-ai-mentor mateacademy-ai-mentor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job on implementing the Terraform module for creating an Azure Resource Group and Storage Account! 🎉 Your code meets the task requirements and constraints, with all necessary files (main.tf, variables.tf, and outputs.tf) correctly set up in the modules/resource_group_storage directory. The INSTRUCTION.md file is also well-documented with clear usage instructions.

However, there are a few areas for improvement:

  • Module Source URL: Ensure the module source URL in the INSTRUCTION.md example usage matches the source specified in main.tf. Consistency is key, so consider updating the URL to Andr1yK/resource_group_storage/azurerm.
  • Missing Files: The task description requires a LICENSE file and a .gitignore file, which are currently missing. Adding these files will help meet the task requirements fully.

These issues are not critical, but addressing them will enhance the quality and completeness of your project. Keep up the great work, and use this feedback to refine your skills further. Remember, learning from these experiences is a crucial part of your development journey. 🚀

✨ Please rate this review in the Platform's notification center. I will be grateful for your feedback! ✨


```hcl
module "resource_group_storage" {
source = "github.com/<your-username>/terraform-azurerm-resource_group_storage"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The module source URL in the example usage should match the source specified in main.tf. Consider updating the URL to Andr1yK/resource_group_storage/azurerm to ensure consistency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants