cloudposse / terraform-aws-config-storage

This module creates an S3 bucket suitable for storing AWS Config data
https://cloudposse.com/accelerate
Apache License 2.0
6 stars 9 forks source link

fix bug with policy generation #15

Closed mcalhoun closed 3 years ago

mcalhoun commented 3 years ago

what

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.

mcalhoun commented 3 years ago

/test all