Skip to content

Commit 9ecfbc0

Browse files
committed
docs: fix terraform example in the README file
Fixes terraform example in the `README.md` file with adding `fpjs_integration_path_escaped` variable. Related-Task: INTER-2047
1 parent bb994ba commit 9ecfbc0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ This is a quick overview of the installation setup. For detailed step-by-step in
4747
value = "YOUR_INTEGRATION_PATH_HERE" # any random string that's a valid URL
4848
type = "string"
4949
}
50+
variables {
51+
name = "fpjs_integration_path_escaped"
52+
value = "YOUR_INTEGRATION_PATH_ESCAPED_HERE" # same as fpjs_integration_path but with / escaped as \\/ and . escaped as \.
53+
type = "string"
54+
}
5055
variables {
5156
name = "fpjs_proxy_secret"
5257
value = "YOUR_PROXY_SECRET_HERE" # Use the proxy secret from the previous step

0 commit comments

Comments
 (0)