PaloAltoNetworks / terraform-provider-panos

Terraform Panos provider
https://www.terraform.io/docs/providers/panos/
Mozilla Public License 2.0
87 stars 70 forks source link

panos_ike_crypto_profile: gcm encryptions missing #304

Closed riege-burghardt closed 2 years ago

riege-burghardt commented 2 years ago

Describe the bug

Command: terraform plan Error: "encryptions.0" ("aes-256-gcm") not in []string{"des", "3des", "aes-128-cbc", "aes-192-cbc", "aes-256-cbc"}

Expected behavior

In the list these entries are missing:

Steps to reproduce

  1. create an ike_crypto_profile like (example: yaml)
default_ike_profile:
  ike_dh_group: group19
  ike_authentication: non-auth
  ike_encryption: aes-256-gcm
  ike_lifetime_value: 28800
  ike_lifetime_type: seconds
  1. run: terraform plan
welcome-to-palo-alto-networks[bot] commented 2 years ago

:tada: Thanks for opening your first issue here! Welcome to the community!