Skip to content

sparkbox/terraform-wp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform + WordPress

Assumes

  • You have terraform installed
  • You have set up AWS key pairs

To get started:

  1. Set up a .tfvars file with db_username and db_password
  • Run terraform init
  • (optionally) run terraform plan -var-file=".tfvars" to see changes that will be made
  • Run terraform apply -var-file=".tfvars" to apply
  • Visit you eC2 instance in AWS and visit the public IP

You can run terraform destroy to ditch anything made.

About

Test Run on Spinning up a WP instance on AWS using Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published