From 7215a6f5345924c065ebff1ae6a41c9f07c7bf26 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 18 Jan 2026 17:15:08 +1100 Subject: [PATCH] chore: terraform state too large for body (#442) - update consul/nginx max body size to 512MB Reviewed-on: https://git.unkin.net/unkin/puppet-prod/pulls/442 --- hieradata/roles/infra/storage/consul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hieradata/roles/infra/storage/consul.yaml b/hieradata/roles/infra/storage/consul.yaml index 6c1bdf8..e6341c2 100644 --- a/hieradata/roles/infra/storage/consul.yaml +++ b/hieradata/roles/infra/storage/consul.yaml @@ -38,6 +38,7 @@ profiles::nginx::simpleproxy::nginx_aliases: - consul.main.unkin.net profiles::nginx::simpleproxy::proxy_port: 8500 profiles::nginx::simpleproxy::proxy_path: '/' +nginx::client_max_body_size: 512M # consul profiles::consul::client::node_rules: