Difference between revisions of "Terraform resource: aws cloudwatch log group"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
} | } | ||
} | } | ||
+ | |||
+ | == Errors == | ||
+ | * <code>[[Error: updating CloudWatch Logs Log Group]]</code> | ||
+ | |||
== Related == | == Related == | ||
Line 21: | Line 25: | ||
* <code>[[tags_all]]</code>, <code>[[tags]]</code> | * <code>[[tags_all]]</code>, <code>[[tags]]</code> | ||
* [[Amazon CloudWatch Logs]] | * [[Amazon CloudWatch Logs]] | ||
− | |||
== See also == | == See also == |
Revision as of 10:42, 19 February 2024
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" } }
Errors
Related
See also
Advertising: