All,
Trying avoid the DB version change while deleting RDS DB which we launched through terraform, DB launched through module. hence trying to use the Lifecycle block, getting error while using the lifecycle.
Terraform Version v0.14
“block type name “lifecycle” is reserved for use by Terraform in a future
version”
how we can ignore the DB version change while deleting the DB.
any lead will be useful