-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #659 from jeremmfr/main
Release v2.7.0
- Loading branch information
Showing
152 changed files
with
9,205 additions
and
5,432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
page_title: "Junos: junos_forwardingoptions_evpn_vxlan" | ||
--- | ||
|
||
# junos_forwardingoptions_evpn_vxlan | ||
|
||
-> **Note:** This resource should only be created **once** for root level or each routing-instance. | ||
It's used to configure static (not object) options in `forwarding-options evpn-vxlan` block in root or | ||
routing-instance level. | ||
|
||
Configure static configuration in `forwarding-options evpn-vxlan` block for root or | ||
routing-instance level. | ||
|
||
## Example Usage | ||
|
||
```hcl | ||
# Configure forwarding-options evpn-vxlan | ||
resource "junos_forwardingoptions_evpn_vxlan" "demo" { | ||
shared_tunnels = true | ||
} | ||
``` | ||
|
||
## Argument Reference | ||
|
||
The following arguments are supported: | ||
|
||
- **routing_instance** (Optional, String, Forces new resource) | ||
Routing instance if not root level. | ||
Need to be `default` or name of routing instance. | ||
Defaults to `default` | ||
- **shared_tunnels** (Optional, Boolean) | ||
Create VTEP tunnels to EVPN PE. | ||
|
||
## Attribute Reference | ||
|
||
The following attributes are exported: | ||
|
||
- **id** (String) | ||
An identifier for the resource with format `<routing_instance>`. | ||
|
||
## Import | ||
|
||
Junos forwarding-options evpn-vxlan can be imported using an id made up of | ||
`<routing_instance>`, e.g. | ||
|
||
```shell | ||
$ terraform import junos_forwardingoptions_evpn_vxlan.demo default | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.