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
After upgrading to Junos Terraform provider 2.3.0 i am receiving an error on the validation of ciphers within the junos_system resource. It seems to fail on the @ sign while actually these are valid juniper ciphers.
│ Error: Invalid String Character
│
│ with junos_system.this,
│ on settings.tf line 70, in resource "junos_system""this":
│ 70:ciphers=["aes128-gcm@openssh.com", "aes256-gcm@openssh.com", "aes128-ctr"]
│
│ string has an unauthorized character: '@'
The text was updated successfully, but these errors were encountered:
Terraform and Provider Versions
2.3.0
After upgrading to Junos Terraform provider 2.3.0 i am receiving an error on the validation of ciphers within the
junos_system
resource. It seems to fail on the @ sign while actually these are valid juniper ciphers.The text was updated successfully, but these errors were encountered: