Skip to content

feature: add extra_envs variable to agent module#229

Merged
agustincelentano merged 2 commits into
mainfrom
feature/agent-extra-env
Feb 27, 2026
Merged

feature: add extra_envs variable to agent module#229
agustincelentano merged 2 commits into
mainfrom
feature/agent-extra-env

Conversation

@agustincelentano

Copy link
Copy Markdown
Collaborator

Summary

  • Adds extra_envs variable (map(string)) to the agent module
  • Allows passing additional environment variables to the agent without modifying module internals
  • Merges extra envs into all_config, so they get injected via the existing Helm values template

Usage

module "agent" {
  source = "..."
  # ...
  extra_envs = {
    MY_CUSTOM_VAR = "value"
  }
}

Allow passing additional environment variables to the agent
without modifying the module internals.

@sebastiancorrea81 sebastiancorrea81 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@agustincelentano agustincelentano merged commit 996b24f into main Feb 27, 2026
41 checks passed
@agustincelentano agustincelentano deleted the feature/agent-extra-env branch February 27, 2026 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants