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
Fix order of nested functions when rendering bucket policy for deployment_principal_arns — otherwise an error occurs when comparing types.
Fix snippet: all prefixes must begin in forward slash or otherwise the bucket policy JSON will be invalid.
Fix snippet passing incorrect variable name.
Programatically fix missing leading forward slash for prefixes in Bucket Policy
(misc)
Fix typo in tfvars fixtures in example.
Add enablement toggles to all resources in example
Fix minimum_protocol_version being passed when it won't be honored by AWS i.e. when s3_access_log_bucket_name is true as a result of acm_certificate_arn being unset.
Fix default for s3_access_log_bucket_name — it is supposed to be empty and there is a check for its length in locals{} that assumes it is empty by default, but it is not empty by default.
why
deployment_principal_arns was not working and examples/complete was not testing for it