Skip to main content

Install Wayfinder on GCP using Terraform

Quick-Starter Guide Series

Prerequisites


Key Steps

  • Use our Terraform module to quickly configure and deploy Wayfinder on GCP.
  • Configure Wayfinder after installation.

Quick Guide

Use Wayfinder's Terraform module (terraform-google-wayfinder) to provision and manage a licensed edition of Appvia Wayfinder on Azure.

Follow the steps below to get up and running quickly, using the predefined quickstart example.

Step 1: Configure

  1. Within your GCP Project, create a Public DNS Zone which can be used for the Wayfinder Portal and API DNS Records.
  2. Clone down the terraform-google-wayfinder repository and navigate to examples/quickstart, or copy the contents of this directory to your local machine.
  3. Copy the terraform.tfvars.example file to terraform.tfvars and populate the variables with your own values.

Step 2: Deploy

  1. Authenticate using the gcloud CLI.
  2. Run terraform init to initialise the Terraform modules.
  3. Run terraform plan -out=wayfinder.tfplan to view the resources that will be created.
  4. Run terraform apply wayfinder.tfplan
Wayfinder GCP Installation via Terraform


What comes next?


Further Reading