@@ -125,7 +125,7 @@ resource "ise_authorization_profile" "authorization_profile" {
125
125
create_before_destroy = true
126
126
}
127
127
128
- depends_on = [ise_downloadable_acl . downloadable_acl , ise_active_directory_add_groups . active_directory_groups ]
128
+ depends_on = [ise_downloadable_acl . downloadable_acl , ise_network_device_group . network_device_group_5 , ise_active_directory_add_groups . active_directory_groups ]
129
129
}
130
130
131
131
locals {
@@ -179,7 +179,7 @@ resource "ise_network_access_condition" "network_access_condition" {
179
179
}]
180
180
}]
181
181
182
- depends_on = [ise_active_directory_add_groups . active_directory_groups ]
182
+ depends_on = [ise_network_device_group . network_device_group_5 , ise_active_directory_add_groups . active_directory_groups ]
183
183
}
184
184
185
185
resource "ise_downloadable_acl" "downloadable_acl" {
@@ -331,7 +331,7 @@ resource "ise_network_access_policy_set" "network_access_policy_set_0" {
331
331
rank = each. value . rank
332
332
children = each. value . children
333
333
334
- depends_on = [ise_authorization_profile . authorization_profile , ise_allowed_protocols . allowed_protocols , ise_active_directory_add_groups . active_directory_groups ]
334
+ depends_on = [ise_authorization_profile . authorization_profile , ise_allowed_protocols . allowed_protocols , ise_network_device_group . network_device_group_5 , ise_active_directory_add_groups . active_directory_groups ]
335
335
}
336
336
337
337
resource "ise_network_access_policy_set" "network_access_policy_set_1" {
@@ -843,7 +843,7 @@ resource "ise_network_access_authentication_rule" "network_access_authentication
843
843
if_user_not_found = each. value . if_user_not_found
844
844
children = each. value . children
845
845
846
- depends_on = [ise_active_directory_add_groups . active_directory_groups ]
846
+ depends_on = [ise_network_device_group . network_device_group_5 , ise_active_directory_add_groups . active_directory_groups ]
847
847
}
848
848
849
849
resource "ise_network_access_authentication_rule" "network_access_authentication_rule_1" {
@@ -1366,7 +1366,7 @@ resource "ise_network_access_authorization_rule" "network_access_authorization_r
1366
1366
security_group = each. value . security_group
1367
1367
children = each. value . children
1368
1368
1369
- depends_on = [ise_authorization_profile . authorization_profile , ise_trustsec_security_group . trustsec_security_group , time_sleep . sgt_wait , ise_endpoint_identity_group . endpoint_identity_group , ise_user_identity_group . user_identity_group , ise_active_directory_add_groups . active_directory_groups ]
1369
+ depends_on = [ise_authorization_profile . authorization_profile , ise_trustsec_security_group . trustsec_security_group , time_sleep . sgt_wait , ise_endpoint_identity_group . endpoint_identity_group , ise_user_identity_group . user_identity_group , ise_network_device_group . network_device_group_5 , ise_active_directory_add_groups . active_directory_groups ]
1370
1370
}
1371
1371
1372
1372
resource "ise_network_access_authorization_rule" "network_access_authorization_rule_1" {
@@ -1849,7 +1849,7 @@ resource "ise_network_access_authorization_exception_rule" "network_access_autho
1849
1849
security_group = each. value . security_group
1850
1850
children = each. value . children
1851
1851
1852
- depends_on = [ise_authorization_profile . authorization_profile , ise_trustsec_security_group . trustsec_security_group , time_sleep . sgt_wait , ise_endpoint_identity_group . endpoint_identity_group , ise_user_identity_group . user_identity_group , ise_active_directory_add_groups . active_directory_groups ]
1852
+ depends_on = [ise_authorization_profile . authorization_profile , ise_trustsec_security_group . trustsec_security_group , time_sleep . sgt_wait , ise_endpoint_identity_group . endpoint_identity_group , ise_user_identity_group . user_identity_group , ise_network_device_group . network_device_group_5 , ise_active_directory_add_groups . active_directory_groups ]
1853
1853
}
1854
1854
1855
1855
resource "ise_network_access_authorization_exception_rule" "network_access_authorization_exception_rule_1" {
@@ -2308,7 +2308,7 @@ resource "ise_network_access_authorization_global_exception_rule" "network_acces
2308
2308
security_group = each. value . security_group
2309
2309
children = each. value . children
2310
2310
2311
- depends_on = [ise_authorization_profile . authorization_profile , ise_trustsec_security_group . trustsec_security_group , time_sleep . sgt_wait , ise_endpoint_identity_group . endpoint_identity_group , ise_user_identity_group . user_identity_group , ise_active_directory_add_groups . active_directory_groups ]
2311
+ depends_on = [ise_authorization_profile . authorization_profile , ise_trustsec_security_group . trustsec_security_group , time_sleep . sgt_wait , ise_endpoint_identity_group . endpoint_identity_group , ise_user_identity_group . user_identity_group , ise_network_device_group . network_device_group_5 , ise_active_directory_add_groups . active_directory_groups ]
2312
2312
}
2313
2313
2314
2314
resource "ise_network_access_authorization_global_exception_rule" "network_access_authorization_global_exception_rule_1" {
0 commit comments