answerdigital / terraform-modules

The repo for the infrastructure as code
MIT License
3 stars 4 forks source link

VPC Flow Logs - Random Log Area #34

Closed robg-test closed 1 year ago

robg-test commented 1 year ago

There is a bug at the moment in which if a VPC is created then it will flush the logs potentially after the log group has gone and because it has access to Create Log groups it will create that log group and then be unable to be destroyed as it's not tied to the Terraform State

There's two aspects to this fix

JoeCSykes commented 1 year ago

The example usage section in the README needs to be updated so that all required fields are specified