terraform-aws-mwaa
terraform-aws-mwaa copied to clipboard
What is the intended deployment pattern for changing requirements and plugins?
I see that the lifecycle settings ignore changes to both the requirements and plugins objects
lifecycle {
ignore_changes = [
plugins_s3_object_version,
requirements_s3_object_version
]
}
Is there some kind of bad/unintended behavior if these changes are not ignored? Or is this an intentional decision to encourage these these updates via the console only?