Skip to content

Commit f64ccaa

Browse files
docs(readme): make terraform note more reader friendly
1 parent 3591b1a commit f64ccaa

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@ This is a quick overview of the installation setup. For detailed step-by-step in
7575
}
7676
```
7777
78-
> ⚠️ **Note:**
79-
> `fpjs_agent_path` and `fpjs_result_path` must be present in the variable block above, but their values are no longer used by APIv4 setups — any placeholder like `"deprecated-agent"` / `"deprecated-result"` works. They're kept only for backwards compatibility with APIv3. If you're still on APIv3, set `fpjs_agent_path` and `fpjs_result_path` to your own real path values instead of the placeholders.
78+
> [!NOTE]
79+
> `fpjs_agent_path` and `fpjs_result_path` are required, but their values no longer matter — this integration doesn't route based on them anymore. Terraform will still fail if these variables aren't defined.
80+
>
81+
> You can leave them set to `"deprecated-agent"` and `"deprecated-result"` as shown above, or replace them with your own random strings if you'd rather not use a predictable value, for the same reason as `fpjs_integration_path`: predictable path segments are easier for ad blockers and automated scanners to detect.
8082
8183
3. Go to this repository [latest releases][latest-releases] and download these two JSON files:
8284
* `terraform-fingerprint-property-rules.json`

0 commit comments

Comments
 (0)