Skip to content

Commit

Permalink
s/iplink/ip_link/
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Nov 5, 2024
1 parent 976bcb4 commit a0e3d13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apstra/blueprint/connectivity_template_assignments.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
},
Expand Down
2 changes: 1 addition & 1 deletion apstra/blueprint/connectivity_templates_assignment.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`



Original file line number Diff line number Diff line change
Expand Up @@ -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`



0 comments on commit a0e3d13

Please sign in to comment.