Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 567 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 567 Bytes

AWS-NaaS-using-Terraform-IaaC-

Launching Public Wordpress site with Private MySQL as a database

To know how to go about the same go to the link given below: https://medium.com/@shirshadatta2000/launching-public-wordpress-site-with-private-mysql-as-a-database-3ef076254588?sk=36bf9a2fb7260a4f17be8e9d29e6bacb

USAGE

To initialize with the dependencies

terraform init

To deploy the whole infrastructure on AWS consisting of:

terraform apply --auto-approve

To destroy the infrastructure use the command:

terraform destroy --auto-approve