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
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:
- Change the details in local.tf for each ONG
- Plan & Apply changes
Note that this example may create resources which cost money. Run terraform destroy
when you don't need these resources.
Name | Version |
---|---|
terraform | >= 1.0.0 |
aws_cli | >= 2.6.0 |