Skip to content

Commit

Permalink
Creating environment varaible for TERRAFORM_RUNNER_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhir-kelkar committed May 29, 2024
1 parent 4b4e1fb commit 4558e3c
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 4558e3c

Please sign in to comment.