Cloud provider
GCP
Motherboard
Keywords
Cloud DeploymentInfrastructure as CodeTerraformAzure Disaster Recovery SolutionMulti-region Deployment ArchitectureBusiness Continuity Planning
Summary
This architecture is for deploying Jenkins on Google Cloud Platform (GCP) using the Terraform Google Jenkins module. The architecture is currently in the backlog status.
Resources
To set up the Google Jenkins architecture, we need the following Terraform resources: - google_project - google_compute_network - google_compute_firewall - google_compute_instance - google_compute_instance_template - google_compute_instance_group_manager - google_compute_http_health_check - google_compute_backend_service - google_compute_url_map - google_compute_target_http_proxy - google_compute_global_forwarding_rule You can find more details about these resources in the Terraform Google Jenkins GitHub repository.