From 3a5ce135eac2e0b277687909d6f7b2496375b4dd Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Wed, 29 May 2024 23:24:22 +0200 Subject: [PATCH] fix: typo in default root permissions --- root.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root.tf b/root.tf index e29d1bf..49fe3c7 100644 --- a/root.tf +++ b/root.tf @@ -11,7 +11,7 @@ locals { tenant_prefix_remount = { path = "sys/remount" capabilities = ["update", "sudo"] - allowed_parameters = { + allowed_parameter = { "from" = ["${var.prefix}/*"] "to" = ["${var.prefix}/*"] }