A Terraform project to deploy the SIP Media Gateway stack.
Install Terraform using the docs, depending on your OS.
Variables can be found in the variables.tf file and can be overwritten by environment variables whose names respect the following: to overwrite the variable customvar
, the environment variable must be named TF_VAR_customvar
. The precise role of every variable is detailed in the terraform files.
After modifying the necessary variables, run if needed:
terraform init
And then:
terraform plan
terraform apply