terraform-aws-documentdb-cluster icon indicating copy to clipboard operation
terraform-aws-documentdb-cluster copied to clipboard

On every terraform apply it's recreating docdb cluster

Open maheshatvirtusa opened this issue 6 years ago • 3 comments
trafficstars

Every time it's showing change in availability zone and recreating

maheshatvirtusa avatar Aug 18 '19 15:08 maheshatvirtusa

Use terraform lifecycle and ignore required parameter.. example like

lifecycle {
    ignore_changes = [
      parameter name
    ]
  }

rsarkar29 avatar Jan 21 '20 07:01 rsarkar29

Any updates on these, Im also facing the same issue

ashishtexple avatar Apr 24 '23 12:04 ashishtexple

Damnnnnn! spend a day on it. Mark it as opitional on main code

marcusarenas avatar Apr 08 '24 15:04 marcusarenas