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 json has ssh_key "./ssh_key.pem", fixable by making that path relative to PWD. Perhaps TF json parser needs to Dir.chdir(File.dirname(tf_json_path)) or something similar.
The text was updated successfully, but these errors were encountered:
pharos exec -r master --first --tf-json e2e/dititalocean/tf.json
Generates:
The json has
ssh_key "./ssh_key.pem"
, fixable by making that path relative to PWD. Perhaps TF json parser needs toDir.chdir(File.dirname(tf_json_path))
or something similar.The text was updated successfully, but these errors were encountered: