-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Describe the task
When an infrastructure has already been created at the specified index, updates to an infrastructure notebook cannot be deployed since the infrastructure is seen as existing. This is generally good behavior as infrastructures are common to samples, and changes can bring unintended consequences for existing samples on that infrastructure. However, an option should exist to proceed specifically when the current notebook execution is that of an infrastructure as this may be desired when changes are intended. For example, I recently attempted to add another policy fragment to an existing infrastructure but could not do so via the notebook.
Rather than stopping the infrastructure notebook execution, an option should be provided to proceed after confirmation. This should only apply for infrastructure, not for sample deployments.