We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82277d commit fc4541fCopy full SHA for fc4541f
file/provider/util.go
@@ -70,6 +70,7 @@ var skipErrorCodes = map[string]bool{
70
"targets_primary_ip_not_related_to_subnet": true,
71
"shares_target_vpc_and_network_interface": true,
72
"shares_security_group_id_invalid": true,
73
+ "shares_target_security_group_not_found": true,
74
"targets_primary_ip_address_already_in_use": true,
75
"reserved_ip_not_found": true,
76
"shares_subnet_not_found": true,
0 commit comments