Skip to content

Commit 13e5c9f

Browse files
committed
KeyLifecycleStateUpdating in KMS key resource
1 parent b6c532e commit 13e5c9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oci/kms_key_resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ func (s *KmsKeyResourceCrud) UpdatedPending() []string {
238238
return []string{
239239
string(oci_kms.KeyLifecycleStateEnabling),
240240
string(oci_kms.KeyLifecycleStateDisabling),
241+
string(oci_kms.KeyLifecycleStateUpdating),
241242
}
242243
}
243244

0 commit comments

Comments
 (0)