@@ -816,14 +816,14 @@ func TestAccPortActionEncryption(t *testing.T) {
816
816
"encryptedStringProp" = {
817
817
"title" = "Encrypted string"
818
818
"required" = true
819
- "encryption" = "fernet "
819
+ "encryption" = "aes256-gcm "
820
820
}
821
821
}
822
822
"object_props" = {
823
823
"encryptedObjectProp" = {
824
824
"title" = "Encrypted object"
825
825
"required" = true
826
- "encryption" = "fernet "
826
+ "encryption" = "aes256-gcm "
827
827
}
828
828
}
829
829
}
@@ -845,10 +845,10 @@ func TestAccPortActionEncryption(t *testing.T) {
845
845
resource .TestCheckResourceAttr ("port_action.action1" , "webhook_method.url" , "https://getport.io" ),
846
846
resource .TestCheckResourceAttr ("port_action.action1" , "user_properties.string_props.encryptedStringProp.title" , "Encrypted string" ),
847
847
resource .TestCheckResourceAttr ("port_action.action1" , "user_properties.string_props.encryptedStringProp.required" , "true" ),
848
- resource .TestCheckResourceAttr ("port_action.action1" , "user_properties.string_props.encryptedStringProp.encryption" , "fernet " ),
848
+ resource .TestCheckResourceAttr ("port_action.action1" , "user_properties.string_props.encryptedStringProp.encryption" , "aes256-gcm " ),
849
849
resource .TestCheckResourceAttr ("port_action.action1" , "user_properties.object_props.encryptedObjectProp.title" , "Encrypted object" ),
850
850
resource .TestCheckResourceAttr ("port_action.action1" , "user_properties.object_props.encryptedObjectProp.required" , "true" ),
851
- resource .TestCheckResourceAttr ("port_action.action1" , "user_properties.object_props.encryptedObjectProp.encryption" , "fernet " ),
851
+ resource .TestCheckResourceAttr ("port_action.action1" , "user_properties.object_props.encryptedObjectProp.encryption" , "aes256-gcm " ),
852
852
),
853
853
},
854
854
},
0 commit comments