Hey!In <this> issue , for aws_neptune_cluster_sna...
# contributors
p
Hey!In this issue , for aws_neptune_cluster_snapshot resource we display same cost component as aws_neptune_cluster -
Backup storage
. And aws_neptune_cluster display him when
backup_retention_period
 is present and > 1. Question: In aws_neptune_cluster_snapshot resource , when
backup_retention_period
= 1, we will show cost = 0 or nothing?
w
I would not show “backup storage” in that case as it means it’s free
p
okay
🙌 1
@white-airport-8778 In aws_neptune_cluster_snapshot we have field db_cluster_identifier and it's all. How I can get field
Copy code
backup_retention_period
from aws_neptune_cluster
w
can you get it from the Reference attributes for the db_cluster_identifier?
p
I can't do it(
can you please write an example code?
w
maybe take a look at internal/providers/terraform/aws/ecs_service.go, that has examples of what I meant, notice the
taskDefinition
variable?
❤️ 1
🚀 1