Difference between revisions of "ResourceAlreadyExistsException"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Error: creating CloudWatch Logs Log Group (/ecs/your-env/your-log-group): ResourceAlreadyExistsException: The specified [[log group]] [[already exists]] | + | [[Error: creating CloudWatch Logs Log Group]] (/ecs/your-env/your-log-group): ResourceAlreadyExistsException: The specified [[log group]] [[already exists]] |
+ | resource "[[aws_cloudwatch_log_group]]" "your_cw_group" { | ||
+ | [[name =]] "your-old-${var.env}-cw" | ||
+ | } | ||
− | {{tf apply}} | + | == See also == |
+ | * {{aws_cloudwatch_log_group}} | ||
+ | * {{tf apply}} | ||
+ | |||
+ | [[Category:Terraform]] |
Latest revision as of 19:22, 29 May 2023
Error: creating CloudWatch Logs Log Group (/ecs/your-env/your-log-group): ResourceAlreadyExistsException: The specified log group already exists
resource "aws_cloudwatch_log_group" "your_cw_group" { name = "your-old-${var.env}-cw" }
See also[edit]
Advertising: