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
The "nat_traversal_keep_alive" argument of the "panos_ike_gateway" resource is marked as optional, but if not set it throws an error. This happens only if "enable_nat_traversal" is set to true.
Expected behavior
The expectation is that we should be able to enable NAT Traversal without setting this parameter.
Current behavior
If I dont set a value for this argument I get the following error:
Error: Second-GW -> protocol-common -> nat-traversal -> keep-alive-interval should be equal to or between 10 and 3600 | Second-GW -> protocol-common -> nat-traversal -> keep-alive-interval is invalid
Possible solution
Steps to reproduce
Create a variable without "nat_traversal_keep_alive" and set "enable_nat_traversal" to "true".
Describe the bug
The "nat_traversal_keep_alive" argument of the "panos_ike_gateway" resource is marked as optional, but if not set it throws an error. This happens only if "enable_nat_traversal" is set to true.
Expected behavior
The expectation is that we should be able to enable NAT Traversal without setting this parameter.
Current behavior
If I dont set a value for this argument I get the following error:
Possible solution
Steps to reproduce
Screenshots
Context
I don't think this parameter is needed in order to create IKE gateway. Even in the PAN GUI, there is no option to change its value.
Your Environment
Terraform v1.9.2
PAN-OS 10.2.8
Python 3.10.12
The text was updated successfully, but these errors were encountered: