Skip to content

Commit fc4541f

Browse files
committed
Skip retry if security group does not exist
Signed-off-by: Sameer Shaikh <[email protected]>
1 parent a82277d commit fc4541f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

file/provider/util.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ var skipErrorCodes = map[string]bool{
7070
"targets_primary_ip_not_related_to_subnet": true,
7171
"shares_target_vpc_and_network_interface": true,
7272
"shares_security_group_id_invalid": true,
73+
"shares_target_security_group_not_found": true,
7374
"targets_primary_ip_address_already_in_use": true,
7475
"reserved_ip_not_found": true,
7576
"shares_subnet_not_found": true,

0 commit comments

Comments
 (0)