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
╷
│ Error: Splat of null value
│
│ on .terraform/modules/response_headers_policy/modules/response-headers-policy/outputs.tf line 33, in output "remove_headers":
│ 33: value = toset(aws_cloudfront_response_headers_policy.this.remove_headers_config[0].items[*].header)
│ ├────────────────
│ │ aws_cloudfront_response_headers_policy.this.remove_headers_config[0].items is null
│
│ Splat expressions (with the * symbol) cannot be applied to null sequences.
Is there an existing issue for this?
Description of the bug
Cannot decode output
Steps To Reproduce
Use modules/response-headers-policy
Which version of the app are you using?
1.2.0
The text was updated successfully, but these errors were encountered: