Skip to content

TH-Logistic/tenant-infrastructure

Repository files navigation

Tenancy Infrastructure

This infrastructure instantiate required components in order to operate the application for each tenant

How to provision?

  1. Fill in the .tfvars file with values in (.tfvars.example)[./.tfvars.example]
  2. Run planning to preview input, output, infrastructure
terraform plan -var-file .tfvars
  1. Run apply to provision infrastructure
terraform apply -var-file .tfvars
  1. Destroy ifnrastructure
terraform destroy -var-file .tfvars

Outputs

terraform output

About

TP Logistic Infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published