This project is an example of how to add the Fingerprint proxy integration Terraform module to your existing CloudFront distribution.
This is the recommended approach for maximum possible accuracy. Learn more in the CloudFront Proxy Terraform installation guide.
To quickly run the example for testing purposes, you can:
- Copy the terraform.tfvars.example file into a new
terraform.tfvars
file and replace the values with your own. The variables are defined and described in the variables.tf file. - Run
terraform init
. - Run
terraform plan
. - Run
terraform apply
.
The domain-related resources and variables are commented out for simplicity but you can uncomment them or use just them as a reference.
This is a simplified example. Use it as a reference but make sure to adjust the code to your needs and security practices before deploying it to production environments.