Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.49 KB

File metadata and controls

22 lines (16 loc) · 1.49 KB

AWS CloudWatch Logs Terraform Module

This Terraform module deploys an AWS CloudWatch Log Stream and Group.

Usage

Check valid versions on:

Output values

  • logs_path: Path of the logs in CloudWatch
  • log_group_arn: The Amazon Resource Name (ARN) specifying the log group.
  • log_stream_arn: The Amazon Resource Name (ARN) specifying the log stream.