Skip to content

Commit eebef78

Browse files
committed
Increase sgt destroy delay
1 parent 958c98a commit eebef78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ise_trustsec.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ resource "ise_trustsec_ip_to_sgt_mapping" "trustsec_ip_to_sgt_mapping" {
6767

6868
# Workaround for ISE API issue where deleting an SGT immediately after deleting an object using this SGT fails
6969
resource "time_sleep" "sgt_wait" {
70-
destroy_duration = "5s"
70+
destroy_duration = "10s"
7171

7272
depends_on = [ise_trustsec_security_group.trustsec_security_group]
7373
}

0 commit comments

Comments
 (0)