An open API service indexing awesome lists of open source software.

https://github.com/ialejandro/terraform-gcp-wordpress

Terraform deploy wordpress on GCP
https://github.com/ialejandro/terraform-gcp-wordpress

ansible gcp terraform wordpress

Last synced: about 1 year ago
JSON representation

Terraform deploy wordpress on GCP

Awesome Lists containing this project

README

          

# Terraform: Wordpress over Google Cloud Platform (GCP)

Deploy [Wordpress](https://wordpress.org/) over GCP with Terraform and Ansible.

## Requirements

* [pipenv](https://github.com/pypa/pipenv)
* [terraform v0.12.24](https://releases.hashicorp.com/terraform/0.12.24/)

## GCP: resources

* Network and two subnets: private and public.
* DNS with two zones: private and public.
* Filestore: shared wordpress files between all instance group.
* CloudSQL: save wordpress aplication data.
* VMs: deploy instances with wordpress base image.

## Ansible

With Ansible create the base wordpress image, after this image uses on template for instance group manager.