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
The current module implementation requires create_bastion = true for the operator instance to be created. In many scenarios, the bastion is not needed, and its creation is undesired (especially in Security Zone environments where it may not be possible).
Expected behavior:
Allow the creation of the operator instance independently of the bastion, controlled only by create_operator.
Workaround:
There is no clean workaround; the only option is to create both, which is not always possible or desired.
Please consider removing this dependency for more flexible and secure deployments.