GugaAraujo / terraform-k8s-do

Deploying MySQL and Wordpress to Digital Ocean using Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Challenge

For this challenge, we need a script that automates infrastructure management,
provisioning a WordPress application and a MySQL database.

The entire flow must be run only once.

🚧 Project in progress

The application can be accessed at the address

Your access token to Digital Ocean must be filled in the file terraform.tfvars

Setup

# init terraform
$ terraform init

# create a plan for changes
$ terraform plan

# apply changes
$ terraform apply

# remove infra
$ terraform destroy

About

Deploying MySQL and Wordpress to Digital Ocean using Terraform


Languages

Language:HCL 100.0%