diff --git a/pkg/providers/imaging/resource_akamai_imaging_policy_image.go b/pkg/providers/imaging/resource_akamai_imaging_policy_image.go index d4188b9f8..06aeaa4e8 100644 --- a/pkg/providers/imaging/resource_akamai_imaging_policy_image.go +++ b/pkg/providers/imaging/resource_akamai_imaging_policy_image.go @@ -62,7 +62,7 @@ func resourceImagingPolicyImage() *schema.Resource { Type: schema.TypeString, Required: true, ForceNew: true, - Description: "Unique identifier for a Policy. It is not possible to modify the id of the policy.", + Description: "Unique identifier for a Policy. It is not possible to modify the id of the policy. Use .auto to modify the default policy.", }, "policyset_id": { Type: schema.TypeString,