Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 891 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 891 Bytes

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