-
Creates mysql database instance
a. Creates SQL instance on GCP
b. Creates database
c. Creates users that will be used by wordpress image
-
Creates deployment and service for wordpress
a. Downloads wordpress image and then deploys on cluster
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