Fix a bug with the bucket IAM policy when allow_ssl_requests_only is set to true
notes
I had to update the module to calculate the bucket ARN now instead of reading it as an output from module.storage[0].bucket_arn because the latter would cause a cyclic dependency.
what
allow_ssl_requests_only
is set totrue
notes
I had to update the module to calculate the bucket ARN now instead of reading it as an output from
module.storage[0].bucket_arn
because the latter would cause a cyclic dependency.