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
This module supports an inventory driven approach, where a complete SD-WAN configuration or parts of it are either modeled in one or more YAML files or natively using Terraform variables.
## Examples
Configuring a Banner Feature Template using YAML:
#### `banner_feature_template.yaml`
```yaml
{{ include "./examples/banner_feature_template/banner_feature_template.yaml" }}
```
#### `main.tf`
```hcl
{{ include "./examples/banner_feature_template/main.tf" }}