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
- Host: GitHub
- URL: https://github.com/ialejandro/terraform-gcp-wordpress
- Owner: ialejandro
- License: mit
- Created: 2020-04-10T16:46:10.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T19:24:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T08:32:55.236Z (about 1 year ago)
- Topics: ansible, gcp, terraform, wordpress
- Language: HCL
- Homepage:
- Size: 29.3 KB
- Stars: 6
- Watchers: 1
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.