From 49445fe527fdeab73d5baa263398165aa66ecace Mon Sep 17 00:00:00 2001 From: Brad Sickles Date: Tue, 28 Jan 2025 15:36:07 -0500 Subject: [PATCH] Propose skip_delegation --- variables.tf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/variables.tf b/variables.tf index 9a31e40..6e95ddd 100644 --- a/variables.tf +++ b/variables.tf @@ -13,3 +13,13 @@ variable "disable_certificate" { default = false description = "Specify true to disable SSL certificate creation" } + +variable "skip_delegation" { + type = bool + default = false + description = <