Skip to content

Commit 43c3b7d

Browse files
committed
feat: support logs-agent resources configuration
1 parent 762aafb commit 43c3b7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/logs-agent/main.tf

+5
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ resource "helm_release" "logs_agent" {
112112
value = var.logs_agent_enable_scc
113113
}
114114

115+
set {
116+
name = "resources"
117+
value = jsonencode(var.logs_agent_resources)
118+
}
119+
115120
# dummy value hack to force update https://github.com/hashicorp/terraform-provider-helm/issues/515#issuecomment-813088122
116121
values = [
117122
yamlencode({

0 commit comments

Comments
 (0)