@@ -65,20 +65,21 @@ module "fingerprint_fastly_vcl_integration" {
6565
6666You can see the full list of the Terraform module's variables below:
6767
68- | Variable | Description | Required | Example |
69- | ---------------------------- | --------------------------------------------------------- | -------- | ---------------------------------------------- |
70- | ` fastly_api_token ` | Your Fastly API token | Required | ` "ABC123...xyz" ` |
71- | ` proxy_secret ` | Your Fingerprint proxy secret | Required | ` "9h7jk2s1" ` |
72- | ` integration_path ` | Path prefix for proxy requests | Required | ` "kyfy7t0a" ` |
73- | ` agent_script_download_path ` | Path for serving the JavaScript agent | Required | ` "cc7bu2o8" ` |
74- | ` get_result_path ` | Path for identification requests | Required | ` "sy5k3279" ` |
75- | ` integration_domain ` | Domain used for the proxy integration | Required | ` "metrics.yourwebsite.com" ` |
76- | ` main_host ` | Your origin server domain | Required | ` "yourwebsite.com" ` |
77- | ` dictionary_name ` | Name of the Fastly Dictionary for config values | Optional | ` "fingerprint_config" ` |
78- | ` integration_name ` | Name of the Fastly CDN service | Optional | ` "fingerprint-fastly-vcl-proxy-integration" ` |
79- | ` download_asset ` | Whether to auto-download the latest VCL release | Optional | ` true ` |
80- | ` vcl_asset_name ` | Custom VCL asset file if not downloading the official one | Optional | ` "fingerprint-pro-fastly-vcl-integration.vcl" ` |
81- | ` asset_version ` | GitHub release version used for the VCL asset | Optional | ` "latest" ` |
68+ | Variable | Description | Required | Example |
69+ | ----------------------------------| -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ----------| ------------------------------------------------|
70+ | ` fastly_api_token ` | Your Fastly API token | Required | ` "ABC123...xyz" ` |
71+ | ` proxy_secret ` | Your Fingerprint proxy secret | Required | ` "9h7jk2s1" ` |
72+ | ` integration_path ` | Path prefix for proxy requests | Required | ` "kyfy7t0a" ` |
73+ | ` agent_script_download_path ` | Path for serving the JavaScript agent | Required | ` "cc7bu2o8" ` |
74+ | ` get_result_path ` | Path for identification requests | Required | ` "sy5k3279" ` |
75+ | ` integration_domain ` | Domain used for the proxy integration | Required | ` "metrics.yourwebsite.com" ` |
76+ | ` main_host ` | Your origin server domain | Required | ` "yourwebsite.com" ` |
77+ | ` dictionary_name ` | Name of the Fastly Dictionary for config values | Optional | ` "fingerprint_config" ` |
78+ | ` integration_name ` | Name of the Fastly CDN service | Optional | ` "fingerprint-fastly-vcl-proxy-integration" ` |
79+ | ` download_asset ` | Whether to auto-download the latest VCL release | Optional | ` true ` |
80+ | ` vcl_asset_name ` | Custom VCL asset file if not downloading the official one | Optional | ` "fingerprint-pro-fastly-vcl-integration.vcl" ` |
81+ | ` asset_version ` | GitHub release version used for the VCL asset | Optional | ` "latest" ` |
82+ | ` manage_fastly_dictionary_items ` | Manage Fastly Dictionary items via terraform, see [ Fastly documentation] ( https://registry.terraform.io/providers/fastly/fastly/latest/docs/resources/service_dictionary_items#manage_items-1 ) | Optional | ` false ` |
8283
8384## 2. Deploy your Terraform changes
8485
0 commit comments