I have created MSK clusters with msk_kafka_cluster module https://registry.terraform.io/modules/terraform-aws-modules/msk-kafka-cluster/aws/latest
Now, when I change the broker_node_security_groups in all clusters, terraform wants to destroy and then recreate the clusters.
Is there a proper reason for that to happen? Is it AWS or terraform fault?