mumoshu / terraform-provider-helmfile

Deploy Helmfile releases from Terraform
126 stars 20 forks source link

Feature Request: In memory helm diff #32

Open jamesla opened 4 years ago

jamesla commented 4 years ago

Firstly great plugin thanks for making this 🙏

Is there any reason the helm diff needs to output a file? Would there be any reason this couldn't be done in memory?

IE something along the lines of:

resource "helmfile_release_set" "release" {
  working_directory = "NONE"
  content = file("./helmfile.yaml")
}