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
If a resource is attempted to be created and it already exists, twkit will return:
twkit.tower.ResourceExistsError: Resource already exists and will not be created. Please set 'overwrite: true'
This makes sense when using a yaml but if you are importing twkit as a module, you can't use the overwrite: option. We should delete this from the exception.
The text was updated successfully, but these errors were encountered:
If a resource is attempted to be created and it already exists,
twkit
will return:This makes sense when using a yaml but if you are importing
twkit
as a module, you can't use theoverwrite:
option. We should delete this from the exception.The text was updated successfully, but these errors were encountered: