Skip to content

Commit

Permalink
Use type set for device types attribute of feature template resources
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Oct 18, 2023
1 parent e1bb261 commit 6387511
Show file tree
Hide file tree
Showing 107 changed files with 156 additions and 145 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Add `sdwan_advanced_malware_protection_policy_definition` resource and data source
- BREAKING CHANGE: Rename `group` attribute of `sdwan_cedge_aaa_feature_template` resource and data source to `groups` and fix type
- Use type `Set` for `device_types` attributes of feature template resources and data sources

## 0.2.8

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cedge_aaa_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ data "sdwan_cedge_aaa_feature_template" "example" {
- `authorization_console_variable` (String) Variable name
- `authorization_rules` (Attributes List) Configure the Authorization Rules (see [below for nested schema](#nestedatt--authorization_rules))
- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `dot1x_accounting` (Boolean) Accounting configurations parameters
- `dot1x_accounting_variable` (String) Variable name
- `dot1x_authentication` (Boolean) Authentication configurations parameters
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cedge_global_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data "sdwan_cedge_global_feature_template" "example" {
- `console_logging` (Boolean) Configure Console Logging
- `console_logging_variable` (String) Variable name
- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `domain_lookup` (Boolean) Configure Domain-Lookup
- `domain_lookup_variable` (String) Variable name
- `ftp_passive` (Boolean) Set Passive FTP
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_banner_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data "sdwan_cisco_banner_feature_template" "example" {
### Read-Only

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `login` (String) Set message to display before login prompt
- `login_variable` (String) Variable name
- `motd` (String) Set message to display after a user logs in
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_bfd_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data "sdwan_cisco_bfd_feature_template" "example" {
- `default_dscp` (Number) Set default DSCP value for BFD packets
- `default_dscp_variable` (String) Variable name
- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `multiplier` (Number) Set the number of polling intervals used to determine tunnel SLA class
- `multiplier_variable` (String) Variable name
- `poll_interval` (Number) Set how often BFD polls tunnels to collect packet latency, loss, and statistics
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_bgp_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data "sdwan_cisco_bgp_feature_template" "example" {
- `description` (String) The description of the feature template
- `deterministic_med` (Boolean) Compare MEDs from all routes from same AS when selecting active BGP paths
- `deterministic_med_variable` (String) Variable name
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `distance_external` (Number) Set administrative distance for external BGP routes
- `distance_external_variable` (String) Variable name
- `distance_internal` (Number) Set administrative distance for internal BGP routes
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_dhcp_server_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data "sdwan_cisco_dhcp_server_feature_template" "example" {
- `default_gateway` (String) Set IP address of default gateway
- `default_gateway_variable` (String) Variable name
- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `dns_servers` (List of String) Configure one or more DNS server IP addresses
- `dns_servers_variable` (String) Variable name
- `domain_name` (String) Set domain name client uses to resolve hostnames
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_logging_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data "sdwan_cisco_logging_feature_template" "example" {
### Read-Only

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `disk_logging` (Boolean) Enable logging to local disk
- `disk_logging_variable` (String) Variable name
- `ipv4_servers` (Attributes List) Enable logging to remote server (see [below for nested schema](#nestedatt--ipv4_servers))
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_ntp_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data "sdwan_cisco_ntp_feature_template" "example" {

- `authentication_keys` (Attributes List) Set MD5 authentication key (see [below for nested schema](#nestedatt--authentication_keys))
- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `master` (Boolean) Configure device as NTP master
- `master_source_interface` (String) Set interface for NTP Master
- `master_source_interface_variable` (String) Variable name
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_omp_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data "sdwan_cisco_omp_feature_template" "example" {
- `advertisement_interval` (Number) Set the time between OMP Update packets
- `advertisement_interval_variable` (String) Variable name
- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `ecmp_limit` (Number) Set maximum number of OMP paths to install in vEdge route table
- `ecmp_limit_variable` (String) Variable name
- `eor_timer` (Number) End of RIB timer <1..604800> seconds
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_ospf_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ data "sdwan_cisco_ospf_feature_template" "example" {
- `default_information_originate_metric_type_variable` (String) Variable name
- `default_information_originate_metric_variable` (String) Variable name
- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `distance_external` (Number) Set distance for external routes
- `distance_external_variable` (String) Variable name
- `distance_inter_area` (Number) Set distance for inter-area routes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data "sdwan_cisco_secure_internet_gateway_feature_template" "example" {
### Read-Only

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `interfaces` (Attributes List) Interface name: IPsec when present (see [below for nested schema](#nestedatt--interfaces))
- `services` (Attributes List) Configure services (see [below for nested schema](#nestedatt--services))
- `template_type` (String) The template type
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_security_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data "sdwan_cisco_security_feature_template" "example" {
- `authentication_type` (List of String) Set the authentication type for DTLS connections
- `authentication_type_variable` (String) Variable name
- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `extended_ar_window` (Number) Extended Anti-Replay Window
- `extended_ar_window_variable` (String) Variable name
- `integrity_type` (List of String) Set the authentication type for DTLS connections
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data "sdwan_cisco_sig_credentials_feature_template" "example" {
### Read-Only

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `template_type` (String) The template type
- `umbrella_api_key` (String) API Key
- `umbrella_api_key_variable` (String) Variable name
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_snmp_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data "sdwan_cisco_snmp_feature_template" "example" {
- `contact` (String) Set the contact for this managed node
- `contact_variable` (String) Variable name
- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `groups` (Attributes List) Configure an SNMP group (see [below for nested schema](#nestedatt--groups))
- `location` (String) Set the physical location of this managed node
- `location_variable` (String) Variable name
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_system_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ data "sdwan_cisco_system_feature_template" "example" {
- `description` (String) The description of the feature template
- `device_groups` (List of String) Device groups (Use comma(,) for multiple groups)
- `device_groups_variable` (String) Variable name
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `enable_mrf_migration` (String) Enable migration mode to Multi-Region Fabric
- `geo_fencing` (Boolean) Enable Geo fencing
- `geo_fencing_range` (Number) Set the device’s geo fencing range
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_thousandeyes_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data "sdwan_cisco_thousandeyes_feature_template" "example" {
### Read-Only

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `template_type` (String) The template type
- `version` (Number) The version of the feature template
- `virtual_applications` (Attributes List) Virtual application Instance (see [below for nested schema](#nestedatt--virtual_applications))
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_vpn_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data "sdwan_cisco_vpn_feature_template" "example" {
### Read-Only

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `dns_hosts` (Attributes List) Static DNS mapping (see [below for nested schema](#nestedatt--dns_hosts))
- `dns_ipv4_servers` (Attributes List) DNS (see [below for nested schema](#nestedatt--dns_ipv4_servers))
- `dns_ipv6_servers` (Attributes List) DNS (see [below for nested schema](#nestedatt--dns_ipv6_servers))
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_vpn_interface_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ data "sdwan_cisco_vpn_interface_feature_template" "example" {
- `core_region` (String) Enable core region
- `core_region_variable` (String) Variable name
- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `dhcp` (Boolean) Enable DHCP
- `dhcp_distance` (Number) Set administrative distance for DHCP default route
- `dhcp_distance_variable` (String) Variable name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data "sdwan_cisco_vpn_interface_ipsec_feature_template" "example" {
- `dead_peer_detection_retries` (Number) IKE keepalive retries
- `dead_peer_detection_retries_variable` (String) Variable name
- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `ike_ciphersuite` (String) IKE identity the IKE preshared secret belongs to
- `ike_ciphersuite_variable` (String) Variable name
- `ike_group` (String) IKE Diffie Hellman Groups
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cli_template_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ data "sdwan_cli_template_feature_template" "example" {

- `cli_config` (String) Cli config
- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- `template_type` (String) The template type
- `version` (Number) The version of the feature template
1 change: 1 addition & 0 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ description: |-

- Add `sdwan_advanced_malware_protection_policy_definition` resource and data source
- BREAKING CHANGE: Rename `group` attribute of `sdwan_cedge_aaa_feature_template` resource and data source to `groups` and fix type
- Use type `Set` for `device_types` attributes of feature template resources and data sources

## 0.2.8

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cedge_aaa_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ resource "sdwan_cedge_aaa_feature_template" "example" {
### Required

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
- `name` (String) The name of the feature template

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cedge_global_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "sdwan_cedge_global_feature_template" "example" {
### Required

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
- `name` (String) The name of the feature template

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cisco_banner_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "sdwan_cisco_banner_feature_template" "example" {
### Required

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
- `name` (String) The name of the feature template

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cisco_bfd_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "sdwan_cisco_bfd_feature_template" "example" {
### Required

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
- `name` (String) The name of the feature template

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cisco_bgp_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ resource "sdwan_cisco_bgp_feature_template" "example" {
### Required

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
- `name` (String) The name of the feature template

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cisco_dhcp_server_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ resource "sdwan_cisco_dhcp_server_feature_template" "example" {
### Required

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
- `name` (String) The name of the feature template

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cisco_logging_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ resource "sdwan_cisco_logging_feature_template" "example" {
### Required

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
- `name` (String) The name of the feature template

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cisco_ntp_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resource "sdwan_cisco_ntp_feature_template" "example" {
### Required

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
- `name` (String) The name of the feature template

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cisco_omp_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resource "sdwan_cisco_omp_feature_template" "example" {
### Required

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
- `name` (String) The name of the feature template

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cisco_ospf_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ resource "sdwan_cisco_ospf_feature_template" "example" {
### Required

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
- `name` (String) The name of the feature template

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ resource "sdwan_cisco_secure_internet_gateway_feature_template" "example" {
### Required

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
- `name` (String) The name of the feature template

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cisco_security_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "sdwan_cisco_security_feature_template" "example" {
### Required

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
- `name` (String) The name of the feature template

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cisco_sig_credentials_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "sdwan_cisco_sig_credentials_feature_template" "example" {
### Required

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
- `name` (String) The name of the feature template

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cisco_snmp_feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "sdwan_cisco_snmp_feature_template" "example" {
### Required

- `description` (String) The description of the feature template
- `device_types` (List of String) List of supported device types
- `device_types` (Set of String) List of supported device types
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
- `name` (String) The name of the feature template

Expand Down
Loading

0 comments on commit 6387511

Please sign in to comment.