Difference between revisions of "ResourceAlreadyExistsException"

From wikieduonline
Jump to navigation Jump to search
(Created page with " Error: creating CloudWatch Logs Log Group (/ecs/stage/nats): ResourceAlreadyExistsException: The specified log group already exists")
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  Error: creating CloudWatch Logs Log Group (/ecs/stage/nats): 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"
 +
}
 +
 
 +
 
 +
== 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: