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
DA solution updates: - removed kms_region variable as its now programmatically determined - existing_kms_root_key_id has been replaced by existing_kms_root_key_crn - existing_resource_group has been renamed to use_existing_resource_group (#178) (e05d41d)
Added output event_notification_instance_name for better visibility in IBM cloud console.
Added new user input variable kms_endpoint_url.
Removed kms_region input variable as KMS endpoint URL is taken as input from the user via kms_endpoint_url which will have KMS region already.
Removed kms_endpoint input variable as KMS endpoint URL is taken as input from the user via kms_endpoint_url which will have KMS endpoint type as well.