You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove Account Config DA from customize DA flow, add default value for prefix using random string generator and update logic that handles default resource group lookup (#375) (7bfb6fc)
Default value of cert_secrets_group_id has changed from default to null because if secrets manager instance is created with addons flow, certificate can only be created in default group as that is the only secret group present and this is not a great practice. If null value is passed, DA will create a new secret group and hence your certificate might get deleted from existing secret group and will get recreated in the newly created secret group. If you want to avoid this you will have to manually change back cert_secrets_group_id value to your existing secret group ID (#368) (a707b88)