We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa71a85 commit d9ef54cCopy full SHA for d9ef54c
interfaces-spine.tf
@@ -14,6 +14,7 @@ resource "aci_spine_port_policy_group" "map" {
14
aci_fabric_if_pol.map,
15
]
16
for_each = local.spine_interface_policy_groups
17
+ annotation = "orchestrator:terraform"
18
description = each.value.description
19
name = each.key
20
# class: infraAttEntityP
vlan-pools.tf
@@ -9,6 +9,7 @@ ________________________________________________________________________________
9
*/
10
resource "aci_vlan_pool" "vlan_pools" {
11
for_each = local.vlan_pools
12
13
alloc_mode = each.value.allocation_mode
0 commit comments