Skip to content

Commit

Permalink
fix(tests): Fix panos_ipsec_crypto_profile acceptance tests (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
kklimonda-cl authored Jan 17, 2025
1 parent 2b2ab8e commit e2afe57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ resource "panos_ipsec_crypto_profile" "profile2" {
esp = {
authentication = ["sha256"]
ecryption = ["3des", "null"]
encryption = ["3des", "null"]
}
lifesize = {
kb = 5
Expand Down

0 comments on commit e2afe57

Please sign in to comment.