/website-factory-infrastructure

WIP Website Factory Infrastructure for AWS & Azure

Primary LanguageHCL

WIP Terraform infrastrucutre for Website Factory

Right now there is only one directory and that is for AWS but in the future there will be one more directory for Azure

Usage AWS

To use the terraform infrastructure you need to execute in each folder the next commands:

$ terraform init
$ terraform plan
$ terraform apply

You have to execute in a specific order:

  1. Change the details in local.tf for each ONG
  2. Plan & Apply changes

Note that this example may create resources which cost money. Run terraform destroy when you don't need these resources.

Requirements

Name Version
terraform >= 1.0.0
aws_cli >= 2.6.0