Skip to content

Welcome to azure-todo-app-terraform! πŸŽ‰ This repository contains Terraform configurations to deploy a todo-app on the Azure cloud platform. β˜οΈπŸ“

Notifications You must be signed in to change notification settings

devopsinsiders/azure-todo-app-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

azure-todo-app-terraform πŸš€

Welcome to azure-todo-app-terraform! This repository contains Terraform configurations to deploy a todo-app on the Azure cloud platform.

Folder Structure πŸ“

azure-todo-app-terraform/
β”‚
β”œβ”€β”€ modules/           # Contains reusable Terraform modules
β”‚   β”œβ”€β”€ <module1>/
β”‚   β”œβ”€β”€ <module2>/
β”‚   └── ...
β”‚
β”œβ”€β”€ scripts/           # Contains scripts for automation or deployment
β”‚   β”œβ”€β”€ <script1>.sh
β”‚   β”œβ”€β”€ <script2>.py
β”‚   └── ...
β”‚
└── environment/       # Contains environment-specific Terraform configurations
    β”œβ”€β”€ dev/
    β”œβ”€β”€ prod/
    └── ...

Getting Started 🏁

To get started with deploying the todo-app on Azure using Terraform, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/devopsinsiders/azure-todo-app-terraform.git
    
  2. Navigate to the Directory:

    cd azure-todo-app-terraform
    
  3. Set Up Azure Credentials: Ensure you have Azure credentials set up with appropriate permissions for Terraform to deploy resources.

  4. Customize Configuration: Modify the Terraform configurations (*.tf files) in the environment/ directory as needed to match your requirements.

  5. Initialize Terraform:

    terraform init
    
  6. Preview Changes:

    terraform plan
    
  7. Apply Changes:

    terraform apply
    
  8. Access Your Todo App: Once deployment is complete, access your todo-app on Azure.

Contributing 🀝

We welcome contributions from the community! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License πŸ“„

This project is licensed under the MIT License - see the LICENSE file for details.


Feel free to use and customize this README.md file as needed for your repository!

About

Welcome to azure-todo-app-terraform! πŸŽ‰ This repository contains Terraform configurations to deploy a todo-app on the Azure cloud platform. β˜οΈπŸ“

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published