Skip to content

aritnag/terratest-blog-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to demoapp Service project!

Tech Stacks

  • Java Spring Boot
  • AWS Components
    • AWS ECS to deploy the application and host the application
  • IaaC ( Terraform)

Replace the following values

  • AWS Account ID
  • AWS VPC ID
  • AWS RDS Endpoint
  • AWS RDS External Secret
  • AWS Route 53

File Structure

├── infrastructure/          # infrastructure definitions
│   └── code 
│       └── modules    
│       └── environment    
│           └── dev    
│   └── test 
│       └── integrationtests 
│       └── unittests 
├── application/         # application codes

Setup

pipenv install --dev
pipenv shell
pre-commit install

Deploy

pipenv shell
aws sso login
yawsso -p $AWS_PROFILE  # or manually create credentials for use in terraform
terraform plan
terraform apply

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published