Skip to content

Commit

Permalink
add missing version attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelamattes committed Apr 4, 2022
1 parent 7b3436d commit d023377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ resource "helm_release" "release" {
namespace = local.helm_release[each.key].namespace
repository = local.helm_release[each.key].repository
chart = local.helm_release[each.key].chart
version = local.helm_release[each.key].version
description = local.helm_release[each.key].description
wait = local.helm_release[each.key].wait
reuse_values = local.helm_release[each.key].reuse_values
Expand Down

0 comments on commit d023377

Please sign in to comment.