oshdev / terraform-acuris-fastly-routing-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tf_fastly_routing_config terraform module

Build Status

This module is for generating fastly routing config for inclusion in a custom VCL file. This is mainly useful for use building up the custom_vcl_backends and custom_vcl_recv parameters to tf_fastly_frontend (these allow for a variable number of backends to be supplied via a parameter - something that isn't currently possible in ordinary terraform).

Interface

To see all the input variables and outputs see variables.tf and outputs.tf. The required input variables are:

The outputs are:

  • vcl_recv - fragment of VCL to add to custom_vcl_recv.
  • vcl_backend - fragment of VCL to add to custom_vcl_backends`.

About


Languages

Language:HCL 55.2%Language:Python 32.4%Language:Dockerfile 7.7%Language:Shell 3.7%Language:VCL 1.0%