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
Input validatation is wrong for scm_nat_rule (Resource)
Expected behavior
This module should allow for creating of many types of NAT rules. The components are there.
Current behavior
Validation only allows for destinations, froms, to_interfaces, and to be any. This is incorrect.
Possible solution
Update schema for Input scm_nat_rule (Resource) to allow all valid values removing the list of just "any"
Steps to reproduce
Create a tf file with a new nat rule using anything besides "any" for the fields listed.
run terraform validate
Screenshots
Context
I'm not able to created the needed NAT rules in stratus with Terraform. I need to create about 150. These will need to be created manually because of this.
Your Environment
Version used: 0.9.2
Environment name and version (e.g. Chrome 59, node.js 5.4, python 3.7.3): Python 3.11.2
Operating System and version (desktop or mobile): Debian 12
Link to your project: N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Input validatation is wrong for scm_nat_rule (Resource)
Expected behavior
This module should allow for creating of many types of NAT rules. The components are there.
Current behavior
Validation only allows for destinations, froms, to_interfaces, and to be any. This is incorrect.
Possible solution
Update schema for Input scm_nat_rule (Resource) to allow all valid values removing the list of just "any"
Steps to reproduce
Screenshots
Context
I'm not able to created the needed NAT rules in stratus with Terraform. I need to create about 150. These will need to be created manually because of this.
Your Environment
The text was updated successfully, but these errors were encountered: