You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Creates a Lambda to trigger a CloudFront invalidation
* Adds an S3 notification to detect changes to the 'files.publii.json'
file, and triggers the CloudFront invalidation lambda
* The 'files.publii.json' is always updated, even without any changes,
when 'Sync your website' is used within Publii
@@ -66,6 +68,7 @@ Terraform module to host a static site generated by Publii
66
68
|[template_file.frontend_www_redirect_bucket_cloudfront_read](https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file)| data source |
67
69
|[template_file.frontend_www_redirect_bucket_enforce_tls_statement](https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file)| data source |
68
70
|[template_file.frontend_www_redirect_bucket_policy](https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file)| data source |
71
+
|[template_file.lambda_cloudfront_invalidation_frontend_policy](https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file)| data source |
69
72
|[template_file.logs_bucket_enforce_tls_statement](https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file)| data source |
70
73
|[template_file.logs_bucket_policy](https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file)| data source |
71
74
|[template_file.publii_s3_frontend_policy](https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file)| data source |
0 commit comments