From 8dafdf22dba587d9d210bf1d02c2c834895c918f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarjei=20Hus=C3=B8y?= Date: Tue, 7 Jan 2025 14:08:13 +0100 Subject: [PATCH] Document how to modify the default policy. --- pkg/providers/imaging/resource_akamai_imaging_policy_image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,