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
Terraform::Runner.run takes a Terraform::Runner::Response and returns Terraform::Runner::ResponseAsync.new(response.stack_id)
If the Response was a failure then stack_id will be nil, and Job.options will have a nil terraform_stack_id options: {:template_id=>2, :env_vars=>{}, :input_vars=>{"execution_ttl"=>"", "extra_vars"=>{}, "verbosity"=>"0"}, :credentials=>[2], :poll_interval=>1 minute, :git_checkout_tempdir=>"/tmp/embedded-terraform-runner-git20240528-18757-aa2dl6", :terraform_stack_id=>nil}
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not been updated for at least 3 months.
If you can still reproduce this issue on the current release or on master, please reply with all of the information you have about it in order to keep the issue open.
This issue has been automatically marked as stale because it has not been updated for at least 3 months.
If you can still reproduce this issue on the current release or on master, please reply with all of the information you have about it in order to keep the issue open.
Terraform::Runner.run
takes aTerraform::Runner::Response
and returnsTerraform::Runner::ResponseAsync.new(response.stack_id)
If the Response was a failure then
stack_id
will benil
, and Job.options will have anil
terraform_stack_idoptions: {:template_id=>2, :env_vars=>{}, :input_vars=>{"execution_ttl"=>"", "extra_vars"=>{}, "verbosity"=>"0"}, :credentials=>[2], :poll_interval=>1 minute, :git_checkout_tempdir=>"/tmp/embedded-terraform-runner-git20240528-18757-aa2dl6", :terraform_stack_id=>nil}
The text was updated successfully, but these errors were encountered: