mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
it's InvalidGroup
This commit is contained in:
parent
2b5a0cc7b3
commit
377f451a9e
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ func WaitUntilSecurityGroupExists(c *ec2.EC2, input *ec2.DescribeSecurityGroupsI
|
|||
State: "retry",
|
||||
Matcher: "error",
|
||||
Argument: "",
|
||||
Expected: "InvalidGroupID.NotFound",
|
||||
Expected: "InvalidGroup.NotFound",
|
||||
},
|
||||
{
|
||||
State: "retry",
|
||||
|
|
|
|||
Loading…
Reference in a new issue