{"id":21536190,"url":"https://github.com/sumanmanna134/multi-cloud-infrastructure-terraform","last_synced_at":"2026-03-09T22:03:24.211Z","repository":{"id":250121613,"uuid":"833459641","full_name":"sumanmanna134/Multi-Cloud-Infrastructure-Terraform","owner":"sumanmanna134","description":"Terraform configurations for provisioning and managing infrastructure across AWS, Azure, and GCP.","archived":false,"fork":false,"pushed_at":"2024-09-20T23:03:22.000Z","size":3730,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T01:59:22.402Z","etag":null,"topics":["automation","aws","aws-infrastructure","azure","azure-infrastructure-automation","terraform","terraform-aws","terraform-project"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sumanmanna134.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-25T05:23:39.000Z","updated_at":"2024-11-24T01:40:23.000Z","dependencies_parsed_at":"2025-04-10T01:51:25.639Z","dependency_job_id":"c0d9988e-fc03-497c-8e86-6c74770db191","html_url":"https://github.com/sumanmanna134/Multi-Cloud-Infrastructure-Terraform","commit_stats":null,"previous_names":["sumanmanna134/refactored-tf","sumanmanna134/multi-cloud-infrastructure-terraform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sumanmanna134/Multi-Cloud-Infrastructure-Terraform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumanmanna134%2FMulti-Cloud-Infrastructure-Terraform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumanmanna134%2FMulti-Cloud-Infrastructure-Terraform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumanmanna134%2FMulti-Cloud-Infrastructure-Terraform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumanmanna134%2FMulti-Cloud-Infrastructure-Terraform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sumanmanna134","download_url":"https://codeload.github.com/sumanmanna134/Multi-Cloud-Infrastructure-Terraform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumanmanna134%2FMulti-Cloud-Infrastructure-Terraform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30314407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","aws","aws-infrastructure","azure","azure-infrastructure-automation","terraform","terraform-aws","terraform-project"],"created_at":"2024-11-24T03:18:25.931Z","updated_at":"2026-03-09T22:03:24.194Z","avatar_url":"https://github.com/sumanmanna134.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi-Cloud Infrastructure with Terraform\n\nThis repository contains Terraform configurations for provisioning and managing infrastructure across multiple cloud providers, including AWS, Azure, and Google Cloud Platform (GCP). It provides a unified and scalable approach to managing cloud resources using Infrastructure as Code (IaC) principles.\n\n## Features\n\n- **Multi-Cloud Support**: Configurations for AWS, Azure, and GCP.\n- **Modular Design**: Reusable modules for common infrastructure components.\n- **Scalable Architecture**: Designed to handle varying infrastructure needs.\n- **Automated Provisioning**: Easily deploy and manage cloud resources with Terraform.\n- **Best Practices**: Implements industry best practices for security and efficiency.\n- **Unified Operations**: `script.sh` file to automate operations across all cloud providers.\n\n## Getting Started\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/sumanmanna134/Multi-Cloud-Infrastructure-Terraform.git\n   ```\n\n2. **Install Terraform**: Follow the [Terraform installation guide](https://learn.hashicorp.com/terraform/getting-started/install) to set up Terraform on your local machine.\n\n3. **Run Operations**: Use the `script.sh` file to execute operations across all cloud providers:\n\n   ```bash\n   chmod +x script.sh\n   ./script.sh\n   ```\n\n4. **Select Cloud Provider**:\n\n   ![alt text](images/Start.png)\n\n5. **Initialize Terraform of Selected Cloud Provider**:\n\n   ![alt text](images/Init.png)\n\n6. **Terraform Plan**:\n\n   ![alt text](images/Plan.png)\n\n7. **Terraform Validate**:\n\n   ![alt text](images/Validate.png)\n\n8. **Terraform Apply**:\n\n   ![alt text](images/Apply.png)\n\n9. **Terraform Destroy**:\n\n   ![alt text](images/Destroy.png)\n\n## Directory Structure\n\n- `aws/` - Terraform configurations for AWS.\n- `azure/` - Terraform configurations for Azure.\n- `gcp/` - Terraform configurations for GCP.\n- `modules/` - Shared modules used across different cloud providers.\n- `script.sh` - Script for automating operations across all cloud providers.\n\n## Contributing\n\nContributions are welcome! Please submit a pull request with a description of the changes and why they are needed.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor any questions or feedback, please open an issue or contact me directly.\n\n---\n\nLet me know if you need any more changes!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumanmanna134%2Fmulti-cloud-infrastructure-terraform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumanmanna134%2Fmulti-cloud-infrastructure-terraform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumanmanna134%2Fmulti-cloud-infrastructure-terraform/lists"}