GCP & Terraform¶
Our adopted & recommended tools & services for Google Cloud Platform (GCP) and Terraform.
GCP Tools & Services¶
Title | Summary | Our Docs |
---|---|---|
Cloud Run | Serverless container platform for stateless applications | Reference, Migration |
Cloud SQL | Fully managed relational database service | Backups |
Cloud Storage | Object storage service | Reference |
Cloud Load Balancing | Scalable load distribution service | Architecture |
Cloud DNS | Managed DNS service | DNS Guide |
Secret Manager | Secure secret storage service | CI Access |
Cloud Monitoring | Infrastructure and application monitoring service | Reference |
Cloud Logging | Centralized log management service | Reference |
gcloud CLI | Command-line interface for GCP services | System Setup |
Terraform & Infrastructure Tools¶
Title | Summary | Our Docs |
---|---|---|
Terraform | Infrastructure as Code tool | Reference |
terraform-provider-google | Google Cloud Platform provider for Terraform | Reference |
terraform-provider-aws | Amazon Web Services provider for Terraform | AWS Guide |
terraform-provider-azurerm | Microsoft Azure provider for Terraform | Azure Guide |
tflint | Terraform linter | Reference |