This document captures breaking changes.
notification_configuration
has been modified from alist(object)
to amap(object)
. They key should be the name of the notification configuration as it will be displayed in Terraform Cloud.- The default
auth_method
has been modified fromiam_user
toiam_role_oidc
.
The following variables have been merged:
slack_notification_triggers
&slack_notification_url
->notification_configuration
This allows to easily configure notifications for both slack and teams.