jeremmfr / terraform-provider-junos

Terraform provider for Junos devices
https://registry.terraform.io/providers/jeremmfr/junos
MIT License
61 stars 22 forks source link

Feature request: Add possibility to configure name of the routing instance through which the name server is reachable. #561

Closed AndriiPysmenko closed 10 months ago

AndriiPysmenko commented 11 months ago

Description

Configure the name of the routing instance through which the name server is reachable.

New or Affected Resource(s)

junos_system

Potential Terraform Configuration

dns {
    name_server = 192.0.2.10, 
    routing-instance = mgmt_junos
}

References

https://www.juniper.net/documentation/us/en/software/junos/junos-overview/topics/ref/statement/name-server-edit-system.html

jeremmfr commented 11 months ago

Hi 👋

I'll take care of adding an argument to configure the routing instance.