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
I am facing an issue when attempting to retrieve the gateway from the JSON response returned by the infoblox_ipv4_network data source in Terraform. While the data source returns various network details like cidr, ext_attrs, comment , the gateway field is missing.
I have confirmed that the network in Infoblox does have a gateway configured, and I can retrieve the gateway manually through the Infoblox UI or using the Infoblox API :
I am facing an issue when attempting to retrieve the gateway from the JSON response returned by the infoblox_ipv4_network data source in Terraform. While the data source returns various network details like cidr, ext_attrs, comment , the gateway field is missing.
Terraform v1.9.8
Provider: Infoblox v2.8.0
Terraform configuration :
I have confirmed that the network in Infoblox does have a gateway configured, and I can retrieve the gateway manually through the Infoblox UI or using the Infoblox API :
Using the Infoblox API the gateway is retrieved as a routers object
Would appreciate any help on resolving this issue. Thanks in advance !
The text was updated successfully, but these errors were encountered: