Skip to content

Commit

Permalink
Fix type (again)
Browse files Browse the repository at this point in the history
upstream doesn't have this, but apply fails without it 🤷 

Signed-off-by: Ben Poland <24273909+bpoland@users.noreply.github.com>
  • Loading branch information
bpoland authored Aug 30, 2024
1 parent b0bca5a commit 982671f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/extensions/autoscaler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ data "helm_template" "cluster_autoscaler" {
iterator = helm_value
content {
name = helm_value.key
type = "string"
value = helm_value.value
}
}
Expand Down

0 comments on commit 982671f

Please sign in to comment.