Skip to content

dlambert-personal/wp-tf-test-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform Wordpress (Azure Terraform)

forked from https://github.com/artifakt-io/platform-azure-terraform-wordpress

This is a project to deploy a wordpress on Azure using Terraform.

This project deploy two layers. First one, the MySQL instance (managed service) and second one, the Wordpress hosting plan.

How to test it locally?

Fill your credentials and variables values in the .env file then run this command:

. ./.env

Then run Terraform using this command:

Init and retrieve the provider:

terraform init

Apply and deploy the application:

terraform apply -var-file="env.tfvars"

The Artifakt engine will execute similar instructions.

Get any available output using:

terraform output

Any trouble?

If you have any questions or encounter any problems, you can create an issue on the GitHub repository.

About

Terraform portion of wordpress-terraform test.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages