Skip to content

Commit

Permalink
Merge pull request #23051 from sudhir-kelkar/createEnvForTerraformRun…
Browse files Browse the repository at this point in the history
…nerUrl

Creating environment varaible for TERRAFORM_RUNNER_URL
  • Loading branch information
bdunne authored May 29, 2024
2 parents 4b4e1fb + 4558e3c commit aa6928b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/container_orchestrator/object_definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def default_environment
{:name => "MEMCACHED_SERVICE_NAME", :value => ENV["MEMCACHED_SERVICE_NAME"]},
{:name => "WORKER_HEARTBEAT_FILE", :value => Rails.root.join("tmp/worker.hb").to_s},
{:name => "WORKER_HEARTBEAT_METHOD", :value => "file"},
{:name => "TERRAFORM_RUNNER_URL", :value => "https://opentofu-runner:6000"},
] + database_environment + memcached_environment + messaging_environment
end

Expand Down

0 comments on commit aa6928b

Please sign in to comment.