forceDestroy

val forceDestroy: Output<Boolean>?

Deleting a BigTable instance can be blocked if any backups are present in the instance. When force_destroy is set to true, the Provider will delete all backups found in the BigTable instance before attempting to delete the instance itself. Defaults to false.