diff --git a/spacelift/resource_context.go b/spacelift/resource_context.go index caafae0e..feff861d 100644 --- a/spacelift/resource_context.go +++ b/spacelift/resource_context.go @@ -137,6 +137,7 @@ func resourceContext() *schema.Resource { }, "labels": { Type: schema.TypeSet, + Description: "To leverage the `autoattach` magic label, ensure your label follows the naming convention: `autoattach:`" Elem: &schema.Schema{ Type: schema.TypeString, ValidateDiagFunc: validations.DisallowEmptyString,