We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7174d93 commit 146b7f1Copy full SHA for 146b7f1
file/provider/util.go
@@ -70,6 +70,7 @@ var skipErrorCodes = map[string]bool{
70
"targets_primary_ip_address_already_in_use": true,
71
"reserved_ip_not_found": true,
72
"shares_subnet_not_found": true,
73
+ "targets_subnet_all_addresses_taken": true,
74
"InvalidArgument": true,
75
"shares_status_pending": false,
76
"internal_error": false,
0 commit comments