terraform-aws-api-gateway
terraform-aws-api-gateway copied to clipboard
feat: extend retention period for API Gateway logs
what
This feature allows users to customize the retention period of the logs in CloudWatch.
why
This is useful for users who need to keep logs for longer periods of time for auditing or compliance purposes.
references
https://github.com/cloudposse/terraform-aws-api-gateway/issues/48
And also add a type? I believe this is an int and not a string
And also add a type? I believe this is an
intand not astring
Hello @RoseSecurity ,
The module documentation says that this variable is a string
Repository: https://github.com/cloudposse/terraform-aws-cloudwatch-logs Variable: line 12 -15 https://github.com/cloudposse/terraform-aws-cloudwatch-logs/blob/main/variables.tf
Is there any way you could run the following to update the docs?
make init make readme
hey @RoseSecurity ,
I ran make init & make readme to update the documentation. 🚀
LGTM thanks @HectorQuiroz
Thanks @jamengual, I've set the type to be a string as required by tf lint. Can you please approve it again? 💯
And also add a type? I believe this is an
intand not astringHello @RoseSecurity ,
The module documentation says that this variable is a string
Repository: https://github.com/cloudposse/terraform-aws-cloudwatch-logs Variable: line 12 -15 https://github.com/cloudposse/terraform-aws-cloudwatch-logs/blob/main/variables.tf
Repository: https://github.com/cloudposse/terraform-aws-cloudwatch-logs Variable: line 12 -15 https://github.com/cloudposse/terraform-aws-cloudwatch-logs/blob/main/variables.tf