Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino committed May 5, 2020
1 parent 005fb2f commit a7a91f7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ Check valid versions on:
* Github Releases: <https://github.com/cn-terraform/terraform-aws-cloudwatch-logs/releases>
* Terraform Module Registry: <https://registry.terraform.io/modules/cn-terraform/cloudwatch-logs/aws>

module "aws-cw-logs" {
source = "cn-terraform/cloudwatch-logs/aws"
version = "1.0.4"
logs_path = "/ecs/service1/logs"
profile = var.profile
region = var.region
log_group_retention_in_days = var.log_group_retention_in_days
log_group_kms_key_id = var.log_group_kms_key_id
}

## Output values

* logs_path: Path of the logs in CloudWatch
Expand Down

0 comments on commit a7a91f7

Please sign in to comment.