terraform-aws-rds
terraform-aws-rds copied to clipboard
Description of `copy_tags_to_snapshot` variable is misleading
Description
Variable copy_tags_to_snapshot
(defined here):
variable "copy_tags_to_snapshot" {
description = "On delete, copy all Instance tags to the final snapshot"
type = bool
default = false
}
however as far as I can tell, this is only used to set the property of the same name on the aws_db_instance resource, the description of which is:
"Copy all Instance tags to snapshots."
There is no mention of it only happening on delete, or on the final snapshot. It applies to all snapshots.
- [ X ] β I have searched the open/closed issues and my issue is not listed.
Versions
-
Module version [Required]: v6.9.0
-
Terraform version: n/a
-
Provider version(s): n/a
Reproduction Code [Required]
Documentation issue, see above.