Skip to content

v0.30.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 07 Apr 17:12
15d0591
Add drop_invalid_header_fields variable @adamantike (#82)

What

This change adds support for the drop_invalid_header_fields variable, which was added to the AWS provider, in version 2.54.0 [0].

Why

  • Currently, it is not possible to set up this option, which is recommended by the AWS Foundational Security Best Practices controls [1].
  • However, it does require the aws provider to be at least v2.54.0. If there's any way to maintain the current constraint, and only apply this variable when the version supports it, I'm happy to change the current approach.

References