Skip to content

Commit d9ef54c

Browse files
committed
adding annotations
1 parent aa71a85 commit d9ef54c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

interfaces-spine.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ resource "aci_spine_port_policy_group" "map" {
1414
aci_fabric_if_pol.map,
1515
]
1616
for_each = local.spine_interface_policy_groups
17+
annotation = "orchestrator:terraform"
1718
description = each.value.description
1819
name = each.key
1920
# class: infraAttEntityP

vlan-pools.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ________________________________________________________________________________
99
*/
1010
resource "aci_vlan_pool" "vlan_pools" {
1111
for_each = local.vlan_pools
12+
annotation = "orchestrator:terraform"
1213
alloc_mode = each.value.allocation_mode
1314
description = each.value.description
1415
name = each.key

0 commit comments

Comments
 (0)