jeremmfr / terraform-provider-junos

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

Feature request: add `protocols evpn no-core-isolation` option #644

Closed NikitaPuglachenko closed 4 months ago

NikitaPuglachenko commented 5 months ago

Description

Could you please add the protocols evpn no-core-isolation option?

New or Affected Resource(s)

Example Junos Configuration

set protocols evpn no-core-isolation

Potential Terraform Configuration

resource "junos_evpn" "default" {
  ...
  no_core_isolation = true
  ...
}

References

https://www.juniper.net/documentation/us/en/software/junos/cli-reference/topics/ref/statement/evpn-edit-routing-instances-protocols.html

jeremmfr commented 5 months ago

Hi 👋

I will take care of adding this.