Skip to content

Commit 7a806a1

Browse files
Update api.yaml (#6300) (#4504)
Update possible values for kms_crypto_key protection_level Signed-off-by: Modular Magician <[email protected]>
1 parent 810d177 commit 7a806a1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/6300.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
kms: Add `EXTERNAL_VPC` in protection_level description
3+
```

google-beta/resource_kms_crypto_key.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ See the [algorithm reference](https://cloud.google.com/kms/docs/reference/rest/v
132132
Type: schema.TypeString,
133133
Optional: true,
134134
ForceNew: true,
135-
Description: `The protection level to use when creating a version based on this template. Possible values include "SOFTWARE", "HSM", "EXTERNAL". Defaults to "SOFTWARE".`,
135+
Description: `The protection level to use when creating a version based on this template. Possible values include "SOFTWARE", "HSM", "EXTERNAL", "EXTERNAL_VPC". Defaults to "SOFTWARE".`,
136136
Default: "SOFTWARE",
137137
},
138138
},

website/docs/r/kms_crypto_key.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The following arguments are supported:
149149

150150
* `protection_level` -
151151
(Optional)
152-
The protection level to use when creating a version based on this template. Possible values include "SOFTWARE", "HSM", "EXTERNAL". Defaults to "SOFTWARE".
152+
The protection level to use when creating a version based on this template. Possible values include "SOFTWARE", "HSM", "EXTERNAL", "EXTERNAL_VPC". Defaults to "SOFTWARE".
153153

154154
## Attributes Reference
155155

0 commit comments

Comments
 (0)