Skip to content

Feat #1732: Add helm_diff data source for plan-time release comparison - #1860

Open
dennismdejong wants to merge 1 commit into
hashicorp:mainfrom
dennismdejong:feat/1732-helm-diff-datasource
Open

Feat #1732: Add helm_diff data source for plan-time release comparison#1860
dennismdejong wants to merge 1 commit into
hashicorp:mainfrom
dennismdejong:feat/1732-helm-diff-datasource

Conversation

@dennismdejong

Copy link
Copy Markdown

Adds a new helm_diff data source that shows the diff between the currently deployed Helm release and proposed changes.

Usage

data "helm_diff" "example" {
  name       = "my-release"
  namespace  = "default"
  chart      = "stable/nginx"
  values     = [file("values.yaml")]
}

Output

  • diff - Unified diff between current and proposed manifests
  • current_manifest - Currently deployed release manifest
  • proposed_manifest - Proposed manifest with the configured values

@dennismdejong
dennismdejong requested review from a team, iam404 and rigalGit as code owners July 27, 2026 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant