cloud-foundation-fabric/blueprints/third-party-solutions
Julio Castillo 3af7e257d2
Add tflint to pipelines (#2220)
* Fix terraform_deprecated_index

https://github.com/terraform-linters/tflint-ruleset-terraform/blob/v0.5.0/docs/rules/terraform_deprecated_index.md

* Fix terraform_deprecated_interpolation

Reference: https://github.com/terraform-linters/tflint-ruleset-terraform/blob/v0.5.0/docs/rules/terraform_deprecated_interpolation.md

* Fix more indexing

* Remove unused variable

* Enable TFLint for modules

* Add tflint config file

* Fix chdir

* Lint modules

* TFLint fixes

* TFLint

* Fixes binauthz README

* Fixes DNS response policy tests. Restores MIG outputs.

* Fixes other DNS response policy tests.

* Update tests for fast 2-e

* Moar fixed tests

---------

Co-authored-by: Simone Ruffilli <sruffilli@google.com>
2024-04-17 10:23:48 +02:00
..
f5-bigip Add tflint to pipelines (#2220) 2024-04-17 10:23:48 +02:00
gitlab Add tflint to pipelines (#2220) 2024-04-17 10:23:48 +02:00
openshift Add tflint to pipelines (#2220) 2024-04-17 10:23:48 +02:00
phpipam Add tflint to pipelines (#2220) 2024-04-17 10:23:48 +02:00
wordpress Add tflint to pipelines (#2220) 2024-04-17 10:23:48 +02:00
README.md Gitlab blueprint (#2110) 2024-02-27 18:36:46 +01:00

README.md

Third Party Solutions

The blueprints in this folder show how to automate installation of specific third party products on GCP, following typical best practices.

Blueprints

OpenShift cluster bootstrap on Shared VPC

This example shows how to quickly bootstrap an OpenShift 4.7 cluster on GCP, using typical enterprise features like Shared VPC and CMEK for instance disks.


Wordpress deployment on Cloud Run

This example shows how to deploy a functioning new Wordpress website exposed to the public internet via CloudRun and Cloud SQL, with minimal technical overhead.


Serverless phpIPAM on Cloud Run

This example shows how to quickly bootstrap a serverless phpIPAM instance on GCP using Cloud Run. This comes with typical enterprise features like Shared VPC, Cloud Armor with IAP and, possibly, private exposure via Internal Application Load Balancer. Indeed, the script supports deploying the application either publicly via Global Application Load Balancer with restricted access based on IPs (Cloud Armor) and identities (Identity Aware Proxy) or privately via Internal Application Load Balancer.


F5 BigIP

These examples show how to deploy F5 BigIP-VE load balancers in GCP.


Gitlab

This blueprint shows how to deploy a Gitlab instance in GCP. The architecture is based on the reference described in the official documentation with managed services such as Cloud SQL, Memorystore and Cloud Storage.