Skip to content

Commit

Permalink
Merge pull request #427 from Juniper/task/426-interface-id-finding-co…
Browse files Browse the repository at this point in the history
…mment

Update `example.tf` Re: finding `application_point_id`s
  • Loading branch information
chrismarget-j authored Oct 28, 2023
2 parents 5d9da05 + d3fc7a5 commit a78a705
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions docs/resources/datacenter_connectivity_template_assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ This resource assigns one or more Connectivity Templates to an Application Point
# This example assigns two connectivity templates to the switch port
# identified by the ID "FkYtMBdeoJ5urBaIEi8"
#
# Note that as of release v0.27.0 there's not an easy way to determine
# interface IDs. New data sources which facilitate interface ID lookup
# are coming soon (tm)
# Data sources like these can be used to find node IDs to use in
# the `application_point_id` attribute:
# - apstra_datacenter_svis_map
# - apstra_datacenter_interfaces_by_link_tag
# - apstra_datacenter_interfaces_by_system
resource "apstra_datacenter_connectivity_template_assignment" "a" {
blueprint_id = "b726704d-f80e-4733-9103-abd6ccd8752c"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# This example assigns two connectivity templates to the switch port
# identified by the ID "FkYtMBdeoJ5urBaIEi8"
#
# Note that as of release v0.27.0 there's not an easy way to determine
# interface IDs. New data sources which facilitate interface ID lookup
# are coming soon (tm)
# Data sources like these can be used to find node IDs to use in
# the `application_point_id` attribute:
# - apstra_datacenter_svis_map
# - apstra_datacenter_interfaces_by_link_tag
# - apstra_datacenter_interfaces_by_system

resource "apstra_datacenter_connectivity_template_assignment" "a" {
blueprint_id = "b726704d-f80e-4733-9103-abd6ccd8752c"
Expand Down

0 comments on commit a78a705

Please sign in to comment.