Skip to content

Commit b782f85

Browse files
WalterHubbshaffer
authored andcommitted
Fixes a KMS region tag. (GoogleCloudPlatform#811)
1 parent c894d73 commit b782f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kms/src/remove_member_from_cryptokey_policy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
list($_, $projectId, $locationId, $keyRingId, $cryptoKeyId, $member, $role) = $argv;
3232

3333

34-
# [START kms_add_member_to_keyring_policy]
34+
# [START remove_member_from_cryptokey_policy]
3535
use Google\Cloud\Kms\V1\KeyManagementServiceClient;
3636

3737
/** Uncomment and populate these variables in your code */
@@ -69,4 +69,4 @@
6969
$member,
7070
$cryptoKeyId,
7171
$keyRingId);
72-
# [END kms_add_member_to_keyring_policy]
72+
# [END remove_member_from_cryptokey_policy]

0 commit comments

Comments
 (0)