Skip to content

Commit

Permalink
Merge pull request #3 from fuchicorp/feature/local-file
Browse files Browse the repository at this point in the history
local-file moved to charts/.cache
  • Loading branch information
hakten authored Mar 10, 2020
2 parents 9666618 + 0f9fe97 commit e01454e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data "template_file" "chart_values_template" {
## local_file.deployment_values will create the file output path.module/.cache/values.yaml
resource "local_file" "deployment_values" {
content = "${trimspace(data.template_file.chart_values_template.rendered)}"
filename = "${path.module}/.cache/values.yaml"
filename = "charts/.cache/${var.deployment_name}-values.yaml"
}

locals {
Expand Down

0 comments on commit e01454e

Please sign in to comment.