Difference between revisions of "Error: Creating CloudWatch Log Group failed"
Jump to navigation
Jump to search
(Created page with " ╷ │ Error: Creating CloudWatch Log Group failed: ResourceAlreadyExistsException: The specified log group already exists: The CloudWatch Log Group '/aws/rds/instan...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
╷ | ╷ | ||
− | │ Error: Creating [[CloudWatch Log Group]] failed: ResourceAlreadyExistsException: The specified log group already exists: The CloudWatch | + | │ Error: Creating [[CloudWatch Log Group]] failed: [[ResourceAlreadyExistsException]]: The specified log group already exists: The CloudWatch Log Group '/aws/rds/instance/complete-postgresql/postgresql' already exists. |
− | |||
│ | │ | ||
│ with module.db.module.db_instance.aws_cloudwatch_log_group.this["postgresql"], | │ with module.db.module.db_instance.aws_cloudwatch_log_group.this["postgresql"], | ||
Line 8: | Line 7: | ||
│ | │ | ||
╵ | ╵ | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[aws rds describe-db-instances]] | grep Address</code> | ||
+ | * [[Terraform lifecycle meta-argument]] | ||
+ | * [[DBInstanceAlreadyExists]] | ||
+ | |||
+ | == See also == | ||
+ | * {{terraform apply}} | ||
+ | |||
+ | [[Category:Terraform]] |
Latest revision as of 09:40, 7 June 2022
╷ │ Error: Creating CloudWatch Log Group failed: ResourceAlreadyExistsException: The specified log group already exists: The CloudWatch Log Group '/aws/rds/instance/complete-postgresql/postgresql' already exists. │ │ with module.db.module.db_instance.aws_cloudwatch_log_group.this["postgresql"], │ on ../../modules/db_instance/main.tf line 131, in resource "aws_cloudwatch_log_group" "this": │ 131: resource "aws_cloudwatch_log_group" "this" { │ ╵
Related[edit]
aws rds describe-db-instances | grep Address
- Terraform lifecycle meta-argument
- DBInstanceAlreadyExists
See also[edit]
Advertising: