Skip to content

Commit 44a0532

Browse files
committed
chore: use relative path
1 parent 417f328 commit 44a0532

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/existing-ditribution/fingerprint.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "fingerprint_cloudfront_integration" {
2-
source = "fingerprintjs/fingerprint-cloudfront-proxy-integration/aws"
2+
source = "../.."
33

44
fpjs_agent_download_path = var.fpjs_agent_download_path
55
fpjs_get_result_path = var.fpjs_get_result_path

examples/standalone-distribution/fingerprint.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "fingerprint_cloudfront_integration" {
2-
source = "fingerprintjs/fingerprint-cloudfront-proxy-integration/aws"
2+
source = "../.."
33

44
fpjs_agent_download_path = var.fpjs_agent_download_path
55
fpjs_get_result_path = var.fpjs_get_result_path

0 commit comments

Comments
 (0)