terraform-aws-documentdb-cluster
terraform-aws-documentdb-cluster copied to clipboard
On every terraform apply it's recreating docdb cluster
trafficstars
Every time it's showing change in availability zone and recreating
Use terraform lifecycle and ignore required parameter.. example like
lifecycle {
ignore_changes = [
parameter name
]
}
Any updates on these, Im also facing the same issue
Damnnnnn! spend a day on it. Mark it as opitional on main code