FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

aws_cloudwatch_log_group

Provides a CloudWatch Log Group resource.

Example Usage

resource "aws_cloudwatch_log_group" "yada" {
  name = "Yada"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Cloudwatch Log Groups can be imported using the name, e.g.

$ terraform import aws_cloudwatch_log_group.test_group yada

See the source of this document at Terraform.io