Skip to content

Commit

Permalink
security_group: Raise creation timeout (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Jun 12, 2017
1 parent cdd5ac3 commit 445cea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_security_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func resourceAwsSecurityGroupCreate(d *schema.ResourceData, meta interface{}) er
Pending: []string{""},
Target: []string{"exists"},
Refresh: SGStateRefreshFunc(conn, d.Id()),
Timeout: 5 * time.Minute,
Timeout: 10 * time.Minute,
}

resp, err := stateConf.WaitForState()
Expand Down

0 comments on commit 445cea9

Please sign in to comment.