Skip to content

Feature/ak 58 add sensitive flag OpenAI api key#278

Merged
amithad merged 2 commits into
developfrom
feature/ak-58-add-sensitive-flag-openai-api-key
Apr 24, 2026
Merged

Feature/ak 58 add sensitive flag OpenAI api key#278
amithad merged 2 commits into
developfrom
feature/ak-58-add-sensitive-flag-openai-api-key

Conversation

@kavindu-yl
Copy link
Copy Markdown
Contributor

@kavindu-yl kavindu-yl commented Apr 22, 2026

Description

Add sensitive = true flag to the openai_api_key Terraform variable across all deployment examples to prevent the API key from being exposed in Terraform plan/apply output and state files.

Type of Change

  • New feature (non-breaking change which adds functionality)

Related Issues

Relates to #58

Changes Made

  • Added sensitive = true to the openai_api_key variable declaration in 19 variables.tf files across AWS, Azure, and agent deployment examples

Testing

This is a Terraform variable flag change, no functional logic was modified so no testing is required.

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • My changes generate no new warnings

Additional Notes

The sensitive = true flag masks the OpenAI API key in Terraform CLI output and prevents it from being shown in plain text in state files.

@amithad amithad merged commit 0615d5a into develop Apr 24, 2026
34 checks passed
@amithad amithad deleted the feature/ak-58-add-sensitive-flag-openai-api-key branch April 24, 2026 08:31
amithad pushed a commit that referenced this pull request May 29, 2026
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