[template] name = "test-baseline" version = "0.1.0" description = "Test template for Bastion loader tests" authors = ["Test Author"] vertical = "testing" compliance_frameworks = ["test-framework"] [compatibility] bastion_min = "0.3.0" connectors_required = ["intune"] [variables.org_name] type = "string" required = true description = "Organization name" [variables.admin_email] type = "string" required = false default = "admin@example.com" description = "Admin email" [variables.api_key] type = "string" required = false default = "test-key" description = "API key" sensitive = true