Skip to content

Commit

Permalink
local-file moved to .charts
Browse files Browse the repository at this point in the history
  • Loading branch information
hakten committed Mar 10, 2020
1 parent 9666618 commit 0f9fe97
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 0f9fe97

Please sign in to comment.