terraform-provider-sdwan icon indicating copy to clipboard operation
terraform-provider-sdwan copied to clipboard

Terraform Cisco SD-WAN Provider

Results 49 terraform-provider-sdwan issues
Sort by recently updated
recently updated
newest added

We are unable to create SIG credentials for zscaler. Example data: ``` --- # Edge feature templates sdwan: edge_feature_templates: sig_credentials_templates: - name: zscaler zscaler_organization: cisco_sac zscaler_partner_base_uri_variable: zscaler_partner_base_uri zscaler_username: cisco zscaler_password_variable:...

Symptom: in sdwan_cisco_system_feature_template resource, change ``` controller_group_list = [1,2] ``` ``` controller_group_list = [2,1] ``` and the reported outcome is "No changes. Your infrastructure matches the configuration." However, the order...

bug

Is there a limit for 10 device updates at a time? Environment: 12 devices defined, 12 sdwan_attach_feature_device_template resources. Steps: 1: change to a feature template common for all of them...

Suggestion: Add importing functionality to the sdwan_attach_feature_device_template by retrieving variable values and adding then to the state. It is a part of the process anyway when adding/changing variable later on....

enhancement

The following resource: ``` resource "sdwan_transport_routing_bgp_profile_parcel" "transport_routing_bgp_profile_parcel" { as_number = 65000 description = "VPN 0 BGP" feature_profile_id = "2b88b3c6-f6e4-4218-90bd-4c0b24b28241" hold_time = 3 id = (known after apply) ipv4_eibgp_maximum_paths_variable = "{{vpn0_bgp_ipv4_maximum_paths}}"...

bug

sdwan_transport_routing_bgp_profile_parcel missing local_as and local_as_variable parameters under ipv4_neighbors and ipv6_neighbors

bug

sdwan_transport_routing_bgp_profile_parcel as_number should be optional, not required. When as_number_variable is set, then as_number is not required.

bug

the workaround is detached the device, remove the whole omp_advertise_ipv4_routes and add it back with changes

When using full variable names/paths for attaching a device template to a device, it is not possible to omit optional values. In this example a BGP feature template has 2...

bug