This repository contains Terraform scripts to deploy a Dockerized application as well as the Terraform Module for Reusable Infrastructure Components to Google Cloud Run and Amazon Web Services. Task 1 implementation is available in the feat/Task1 branch and Task2 implementation is available in feat/Task2.
Task 1 The implementation details for Task 1 have been pushed to the feat/Task1 branch.This branch contains the following updates(GCP):
Create a Cloud Run service on Google Cloud Platform (GCP) using Terraform.
Task2 The implementation details for Task 2 have been pushed to the feat/Task2 branch.This branch contains the following updates(AWS):
Developed a reusable Terraform module that can be used to set up common infrastructure components.