Skip to content

Commit

Permalink
Update deprecation in resource_ibm_kms_key_rings.go
Browse files Browse the repository at this point in the history
  • Loading branch information
william8siew authored and hkantare committed Aug 29, 2024
1 parent 6d2da44 commit b998542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibm/service/kms/resource_ibm_kms_key_rings.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func ResourceIBMKmskeyRings() *schema.Resource {
Description: "(Deprecated) set to true to force delete this key ring. This allows key ring deletion as long as all keys inside have key state equals to 5 (destroyed). Keys are moved to the default key ring.",
ForceNew: false,
Default: false,
Deprecated: "force_delete is now deprecated. Please remove all references to this field.",
},
"endpoint_type": {
Type: schema.TypeString,
Expand Down

0 comments on commit b998542

Please sign in to comment.