Difference between revisions of "Terraform resource: aws cloudwatch log group"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 19: | Line 19: | ||
== Related == | == Related == | ||
* <code>[[aws logs create-log-group]]</code> | * <code>[[aws logs create-log-group]]</code> | ||
+ | * <code>[[tags_all]]</code>, <code>[[tags]]</code> | ||
== See also == | == See also == |
Revision as of 17:45, 27 March 2023
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group
aws_cloudwatch_log_group
Contents
Arguments
Examples
resource "aws_cloudwatch_log_group" "yada" { name = "Yada" tags = { Environment = "production" Application = "serviceA" } }
Related
See also
Advertising: