Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #27

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Introduction
IaaC Terraform GCP Infrastructure.

The presented Terraform configuration defines an intricate infrastructure deployment on Google Cloud Platform (GCP), covering a wide array of essential components. It orchestrates the setup of a Virtual Private Cloud (VPC), including subnetworks and firewall rules, ensuring network isolation and security. Compute resources such as instances, instance groups, and autoscalers are provisioned to handle application workloads efficiently, with integrated health checks and load balancing for high availability. Additionally, the configuration automates the deployment of SQL databases(Postgresql) and associated instances, complete with encryption key management for enhanced security. Pub/Sub messaging infrastructure is established, enabling reliable communication between services, while Cloud Storage buckets are configured to handle data storage needs, with encryption and access control enforced through IAM bindings. The setup is complemented by load balancers with SSL termination, facilitating secure and scalable access to applications. By leveraging Terraform's modular approach, the infrastructure is not only robust and scalable but also easily customizable and maintainable, ensuring seamless management and adaptability to evolving requirements. The accompanying README provides comprehensive guidance on deployment, customization, and ongoing maintenance, empowering users to efficiently manage their GCP environments with confidence and ease.

## Prerequisites.
- [Terraform](https://www.terraform.io/) installed on your machine
- [GCP CLI](https://cloud.google.com/sdk/gcloud) installed on your machine
Expand Down
Loading