gdubs / terraform_wordpress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordpress POC

What's happening

  1. Creates mysql database instance

    a. Creates SQL instance on GCP

    b. Creates database

    c. Creates users that will be used by wordpress image

  2. Creates deployment and service for wordpress

    a. Downloads wordpress image and then deploys on cluster

Executing scripts

Review plan on what's going to be executed

    terraform plan

Start creation of db instance and deployment of k8 app and service

    terraform apply

About


Languages

Language:PHP 38.2%Language:HCL 35.4%Language:Smarty 25.1%Language:Dockerfile 1.4%