Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 1.17 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.17 KB

iHART

A Distributed, Real-Time Cross Platform Application for Healthcare Management and Automation

iHART is a software product that provides an interface for students and faculty of NITK to access healthcare facilities on campus. It also helps the HCC staff manage their work and documents better.

iHART Deployment

This repository contains 3 GitHub Actions, namely:

  • Terraform Validation Action: This action simply validates the Terraform configuration and generates the Terraform Plan, which essentially performs a dry run on the configuration and shows the infrastructure to be configured.
  • Terraform Apply Action: This action applies the configuration and deploys the entire application to the Microsoft Azure Cloud.
  • Terraform Destroy Action: This action destroys the infrastructure that was created.

The Terraform State is managed on the Terraform Cloud, enabling remote workflows to run using the same state.