Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Description of copy_tags_to_snapshot variable is misleading #569

Open
andymadge opened this issue Oct 8, 2024 · 1 comment
Open

Description of copy_tags_to_snapshot variable is misleading #569

andymadge opened this issue Oct 8, 2024 · 1 comment
Labels

Comments

@andymadge
Copy link

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.

Copy link

github-actions bot commented Nov 8, 2024

This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days

@github-actions github-actions bot added the stale label Nov 8, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant