From a0e3d13a7b24c5b53fdd08a47d9eb2c25891c1ef Mon Sep 17 00:00:00 2001 From: Chris Marget Date: Tue, 5 Nov 2024 14:41:23 -0500 Subject: [PATCH] s/iplink/ip_link/ --- apstra/blueprint/connectivity_template_assignments.go | 2 +- apstra/blueprint/connectivity_templates_assignment.go | 2 +- docs/resources/datacenter_connectivity_template_assignments.md | 2 +- docs/resources/datacenter_connectivity_templates_assignment.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apstra/blueprint/connectivity_template_assignments.go b/apstra/blueprint/connectivity_template_assignments.go index 48a9b784..acfa26b3 100644 --- a/apstra/blueprint/connectivity_template_assignments.go +++ b/apstra/blueprint/connectivity_template_assignments.go @@ -60,7 +60,7 @@ func (o ConnectivityTemplateAssignments) ResourceAttributes() map[string]resourc "primitives are attached to a switch interface. These logical links may or may not be VLAN-tagged. " + "This attribute is a two-dimensional map. The outer map is keyed by Application Point ID. The inner " + "map is keyed by VLAN number. Untagged Logical Links are represented in the inner map by key `0`.\n" + - "**Note:** requires `fetch_iplink_ids = true`", + "**Note:** requires `fetch_ip_link_ids = true`", Computed: true, ElementType: types.MapType{ElemType: types.StringType}, }, diff --git a/apstra/blueprint/connectivity_templates_assignment.go b/apstra/blueprint/connectivity_templates_assignment.go index b3934ba5..6e0376d5 100644 --- a/apstra/blueprint/connectivity_templates_assignment.go +++ b/apstra/blueprint/connectivity_templates_assignment.go @@ -61,7 +61,7 @@ func (o ConnectivityTemplatesAssignment) ResourceAttributes() map[string]resourc "primitives are attached to a switch interface. These logical links may or may not be VLAN-tagged. " + "This attribute is a two-dimensional map. The outer map is keyed by Connectivity Template ID. The inner " + "map is keyed by VLAN number. Untagged Logical Links are represented in the inner map by key `0`.\n" + - "**Note:** requires `fetch_iplink_ids = true`", + "**Note:** requires `fetch_ip_link_ids = true`", Computed: true, ElementType: types.MapType{ElemType: types.StringType}, }, diff --git a/docs/resources/datacenter_connectivity_template_assignments.md b/docs/resources/datacenter_connectivity_template_assignments.md index b3e8c61a..e09a1778 100644 --- a/docs/resources/datacenter_connectivity_template_assignments.md +++ b/docs/resources/datacenter_connectivity_template_assignments.md @@ -52,7 +52,7 @@ resource "apstra_datacenter_connectivity_template_assignments" "a" { ### Read-Only - `ip_link_ids` (Map of Map of String) New Logical Links are created when Connectivity Templates containing *IP Link* primitives are attached to a switch interface. These logical links may or may not be VLAN-tagged. This attribute is a two-dimensional map. The outer map is keyed by Application Point ID. The inner map is keyed by VLAN number. Untagged Logical Links are represented in the inner map by key `0`. -**Note:** requires `fetch_iplink_ids = true` +**Note:** requires `fetch_ip_link_ids = true` diff --git a/docs/resources/datacenter_connectivity_templates_assignment.md b/docs/resources/datacenter_connectivity_templates_assignment.md index 4fdabd8f..ea042184 100644 --- a/docs/resources/datacenter_connectivity_templates_assignment.md +++ b/docs/resources/datacenter_connectivity_templates_assignment.md @@ -48,7 +48,7 @@ resource "apstra_datacenter_connectivity_templates_assignment" "a" { ### Read-Only - `ip_link_ids` (Map of Map of String) New Logical Links are created when Connectivity Templates containing *IP Link* primitives are attached to a switch interface. These logical links may or may not be VLAN-tagged. This attribute is a two-dimensional map. The outer map is keyed by Connectivity Template ID. The inner map is keyed by VLAN number. Untagged Logical Links are represented in the inner map by key `0`. -**Note:** requires `fetch_iplink_ids = true` +**Note:** requires `fetch_ip_link_ids = true`