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
When creating a bigip_ltm_monitor, incorrect name field validation is performed, not allowing for a path to be specified. Example /Common/test/test_monitor
This will throw an error claiming the name must match /Partition/Name.
Expected Behavior
The monitor is created with the specified partition and path, as can be done on the GUI.
Actual Behavior
An error is raised that the name doesn't match the expected validation.
│ Error: "name" must match /Partition/Name and contain letters, numbers or [._-:]. e.g. /Common/my-pool
│
│ with module.production.module.netbox.bigip_ltm_monitor.monitor,
│ on modules/production_https/main.tf line 14, in resource "bigip_ltm_monitor" "monitor":
│ 14: name = "/Common/test/test_monitor"
The text was updated successfully, but these errors were encountered:
Environment
Summary
When creating a
bigip_ltm_monitor
, incorrect name field validation is performed, not allowing for a path to be specified. Example/Common/test/test_monitor
Steps To Reproduce
This will throw an error claiming the name must match /Partition/Name.
Expected Behavior
The monitor is created with the specified partition and path, as can be done on the GUI.
Actual Behavior
An error is raised that the name doesn't match the expected validation.
The text was updated successfully, but these errors were encountered: