You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -49,6 +50,7 @@ Review the argument references that you can specify for your resource.
49
50
-`endpoint_type` - (Optional, Forces new resource, String) The type of the public endpoint, or private endpoint to be used for creating keys.
50
51
-`instance_id` - (Required, Forces new resource, String) The hs-crypto or key protect instance GUID.
51
52
-`key_ring_id` - (Required, Forces new resource, String) The ID that identifies the key ring. Each ID is unique within the given instance and is not reserved across the key protect service. **Constraints**`2 ≤ length ≤ 100`. Value must match regular expression of `^[a-zA-Z0-9-]*$`.
53
+
-`force_delete` - (Optional, Bool) If set to **true**, allows force deletion of a key ring. Terraform users are recommended to have this set to **true**. All keys in the key ring are required to be deleted (in state **5**) before this action can be performed. If the key ring to be deleted contains keys, they will be moved to the **default** key ring which requires the **kms.secrets.patch** IAM action.
52
54
53
55
## Attribute reference
54
56
In addition to all argument reference list, you can access the following attribute reference after your resource is created.
0 commit comments