In this section...
This Terraform Module orchestrates the HA SBC pair with HFE in the GCP.
Before executing the Terraform module, ensure that you:
Make sure the following files are present under main source directory:
To create a Standalone SBC, modify the terraform.tfvars under sbc_stand_alone/ and run the terraform commands mentioned below.
A screenshot of terraform.tfvars is shown here. The highlighted parameters need to be changed depending on the user account/requirements. Other parameters can be modified according to deployment. The description of each parameter can be found in variables.tf.
To create an HA SBC with HFE, modify the terraform.tfvars under sbc_sbc_hahfe/ and run the terraform commands mentioned below.
A screenshot of terraform.tfvars is shown here. The highlighted parameters need to be changed depending on the user account/requirements. Other parameters can be modified according to deployment.
The description of each parameter can be found in variables.tf.
After all the parameters are updated, run the following commands:
terraform init terraform validate terraform plan terraform apply