Skip to content

Commit 146b7f1

Browse files
authored
Add support for targets_subnet_all_addresses_taken error code (#34)
Signed-off-by: Sameer Shaikh <[email protected]>
1 parent 7174d93 commit 146b7f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

file/provider/util.go

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ var skipErrorCodes = map[string]bool{
7070
"targets_primary_ip_address_already_in_use": true,
7171
"reserved_ip_not_found": true,
7272
"shares_subnet_not_found": true,
73+
"targets_subnet_all_addresses_taken": true,
7374
"InvalidArgument": true,
7475
"shares_status_pending": false,
7576
"internal_error": false,

0 commit comments

Comments
 (0)