This infrastructure instantiate required components in order to operate the application for each tenant
- Fill in the .tfvars file with values in (.tfvars.example)[./.tfvars.example]
- Run planning to preview input, output, infrastructure
terraform plan -var-file .tfvars
- Run apply to provision infrastructure
terraform apply -var-file .tfvars
- Destroy ifnrastructure
terraform destroy -var-file .tfvars
terraform output