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 958c98a commit eebef78Copy full SHA for eebef78
ise_trustsec.tf
@@ -67,7 +67,7 @@ resource "ise_trustsec_ip_to_sgt_mapping" "trustsec_ip_to_sgt_mapping" {
67
68
# Workaround for ISE API issue where deleting an SGT immediately after deleting an object using this SGT fails
69
resource "time_sleep" "sgt_wait" {
70
- destroy_duration = "5s"
+ destroy_duration = "10s"
71
72
depends_on = [ise_trustsec_security_group.trustsec_security_group]
73
}
0 commit comments