Open
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version
- Terraform version: 0.12.7
- terraform-provider-aws_v2.50.0_x4"
Affected Resource(s)
- aws_db_snapshot
Terraform Configuration Files
data "aws_db_snapshot" "db_snapshot" {
most_recent = true
db_instance_identifier = "test08-2020-03-09-14-10"
snapshot_type = "manual"
}
Debug Output
https://gist.github.com/edmooneyvtx/31b4dd52b13ba35e14ab0d02d819d564
Panic Output
Expected Behavior
Snapshot should have been found
Actual Behavior
Snapshot was not found
Steps to Reproduce
terraform init
terraform plan
Important Factoids
Some files do show and others don't - there are 480 snapshots it's going through
References
- #0000