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
Ability to take an SSL tar.gz directory and import during provision phase for the sake of DR.
Describe the Solution You Would Like
Pass a file or location of a file to download and expand into the ssl directory prior to the installation process to ensure the generated certs for the cluster are from the same CA
Describe Alternatives You've Considered
Outside of the plan do the same above task using something like a parent plan or terraform remote-exec to expand into the directory prior to installation.
Additional Context
Geo located cluster for redundancy without depending on existing cluster. Quick fail over in a true DR scenario.