deenaik / lms

lms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lms

lms

Deployment

Prerequesists

Terraform

brew tap hashicorp/tap
brew install hashicorp/tap/terraform

Install

Create infra

Verify the script

terraform init

Verify the deployment / Changes plan

terraform plan -out=tfplan

Apply the changes

terraform apply "tfplan"

About

lms

License:Apache License 2.0


Languages

Language:HCL 89.5%Language:Python 8.0%Language:Shell 2.5%