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 5b94d96 commit 3b80c17Copy full SHA for 3b80c17
outputs.tf
@@ -29,8 +29,8 @@ output "attachable_access_entity_profiles" {
29
30
output "dhcp_relay" {
31
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 } : {}
+ keys(aci_rest_managed.dhcp_relay)
+ ) : v => aci_rest_managed.dhcp_relay[v].id } : {}
34
}
35
36
output "error_disabled_recovery_policy" {
0 commit comments