Skip to content

Commit 3b80c17

Browse files
committed
fix to dhcp_relay output
1 parent 5b94d96 commit 3b80c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ output "attachable_access_entity_profiles" {
2929

3030
output "dhcp_relay" {
3131
value = local.dhcp_relay != {} ? { for v in sort(
32-
keys(aci_dhcp_relay_policy.dhcp_relay)
33-
) : v => aci_dhcp_relay_policy.dhcp_relay[v].id } : {}
32+
keys(aci_rest_managed.dhcp_relay)
33+
) : v => aci_rest_managed.dhcp_relay[v].id } : {}
3434
}
3535

3636
output "error_disabled_recovery_policy" {

0 commit comments

Comments
 (0)