File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ resource "aws_cloudfront_distribution" "this" {
108108
109109 cache_policy_id = lookup (i. value , " cache_policy_id" , null )
110110 origin_request_policy_id = lookup (i. value , " origin_request_policy_id" , null )
111+ realtime_log_config_arn = lookup (i. value , " realtime_log_config_arn" , null )
111112
112113 min_ttl = lookup (i. value , " min_ttl" , null )
113114 default_ttl = lookup (i. value , " default_ttl" , null )
@@ -170,6 +171,7 @@ resource "aws_cloudfront_distribution" "this" {
170171
171172 cache_policy_id = lookup (i. value , " cache_policy_id" , null )
172173 origin_request_policy_id = lookup (i. value , " origin_request_policy_id" , null )
174+ realtime_log_config_arn = lookup (i. value , " realtime_log_config_arn" , null )
173175
174176 min_ttl = lookup (i. value , " min_ttl" , null )
175177 default_ttl = lookup (i. value , " default_ttl" , null )
You can’t perform that action at this time.
0 commit comments