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
Description: "Key usage. Keys with a usage set to 'symmetric_encryption' can encrypt and decrypt data using the AES-256-GCM key algorithm. Possible values: symmetric_encryption, asymmetric_encryption, asymmetric_signing.",
37
37
},
38
+
"algorithm": {
39
+
Type: schema.TypeString,
40
+
Optional: true,
41
+
Computed: true,
42
+
Description: "Algorithm for the key. If not specified, a default algorithm is chosen based on usage. See Key Manager documentation for supported algorithms.",
43
+
},
38
44
"description": {
39
45
Type: schema.TypeString,
40
46
Optional: true,
@@ -116,7 +122,8 @@ func resourceKeyManagerKeyCreate(ctx context.Context, d *schema.ResourceData, m
0 commit comments