Skip to content

Commit

Permalink
Fix issue with deleting tacacs profile (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-mazurkiewicz authored Oct 24, 2024
1 parent 7a213ce commit 1c6b3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ise_device_admin.tf
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ resource "ise_device_admin_authentication_rule_update_rank" "device_admin_authen
resource "time_sleep" "device_admin_policy_object_wait" {
count = (length(try(local.ise.device_administration.policy_elements.tacacs_profiles, [])) > 0 || length(try(local.ise.device_administration.policy_elements.tacacs_command_sets, [])) > 0) ? 1 : 0

destroy_duration = "5s"
destroy_duration = "10s"

depends_on = [
ise_tacacs_profile.tacacs_profile,
Expand Down

0 comments on commit 1c6b3da

Please sign in to comment.