Skip to content

Commit 96130b5

Browse files
committed
docs: add tfvars examples
1 parent 9f53010 commit 96130b5

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
fpjs_shared_secret = "YOUR_PROXY_SECRET_CREATED_IN_FINGERPRINT_DASHBOARD"
2+
fpjs_agent_download_path = "463N7"
3+
fpjs_get_result_path = "r35U17"
4+
fpjs_behavior_path = "fpj5"
5+
domain_zone_id = "ZONE_ID_OF_YOUR_DOMAIN_IN_AWS"
6+
website_domain = "yourwebsite.com"
7+
website_origin_domain_name = "your-website-origin.s3.amazonaws.com"
8+
certificate_arn = "ARN_OF_THE_CERTIFICATE_OF_YOUR_DOMAIN_IN_AWS"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
fpjs_shared_secret = "YOUR_PROXY_SECRET_CREATED_IN_FINGERPRINT_DASHBOARD"
2+
fpjs_agent_download_path = "463N7"
3+
fpjs_get_result_path = "r35U17"
4+
domain_zone_id = "ZONE_ID_OF_YOUR_DOMAIN_IN_AWS"
5+
proxy_subdomain_domain = "metrics.yourwebsite.com"
6+
certificate_arn = "ARN_OF_THE_CERTIFICATE_OF_YOUR_DOMAIN_IN_AWS"

0 commit comments

Comments
 (0)