diff --git a/variables.tf b/variables.tf index d454359..48de740 100644 --- a/variables.tf +++ b/variables.tf @@ -226,12 +226,12 @@ EOT type = object({ advanced_security = optional(object({ status = string - }, { status = "disabled" })) + }), { status = "disabled" }) secret_scanning = optional(object({ status = string - }, { status = "disabled" })) + }), { status = "disabled" }) secret_scanning_push_protection = optional(object({ status = string - }, { status = "disabled" })) + }), { status = "disabled" }) }) }