Difference between revisions of "Terraform resource: aws cloudwatch log group"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
== See also == | == See also == | ||
− | * {{ | + | * {{tf cloudwatch}} |
* {{Terraform AWS}} | * {{Terraform AWS}} | ||
[[Category:Terraform]] | [[Category:Terraform]] |
Revision as of 07:05, 16 January 2023
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group
aws_cloudwatch_log_group
Examples
resource "aws_cloudwatch_log_group" "yada" { name = "Yada" tags = { Environment = "production" Application = "serviceA" } }
See also
Advertising: