Skip to content

Commit 61529e2

Browse files
authored
Added aes192 encryption algroithm in is_ipsec_policy validator (IBM-Cloud#6134)
1 parent 71c26e1 commit 61529e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm/service/vpc/resource_ibm_is_ipsec_policy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func ResourceIBMISIPSECValidator() *validate.ResourceValidator {
156156

157157
validateSchema := make([]validate.ValidateSchema, 0)
158158
authentication_algorithm := "md5, sha1, sha256, sha512, sha384, disabled"
159-
encryption_algorithm := "triple_des, aes128, aes256, aes128gcm16, aes192gcm16, aes256gcm16"
159+
encryption_algorithm := "triple_des, aes128, aes256, aes128gcm16, aes192gcm16, aes256gcm16, aes192"
160160
pfs := "disabled, group_2, group_5, group_14, group_19, group_15, group_16, group_17, group_18, group_20, group_21, group_22, group_23, group_24, group_31"
161161
validateSchema = append(validateSchema,
162162
validate.ValidateSchema{

0 commit comments

Comments
 (0)