From c62bb7b9521d8f08d23d2f7830642e3511354992 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 18 Jan 2026 17:07:58 +1100 Subject: [PATCH] chore: terraform state too large for body - update consul/nginx max body size to 512MB --- 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: