This commit is contained in:
Mitchell Hashimoto 2014-10-11 12:57:06 -07:00
parent 069f758efb
commit d7786473df
2 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ func resourceAwsLaunchConfigurationCreate(d *schema.ResourceData, meta interface
// We put a Retry here since sometimes eventual consistency bites
// us and we need to retry a few times to get the LC to load properly
return resource.Retry(30 * time.Second, func() error {
return resource.Retry(30*time.Second, func() error {
return resourceAwsLaunchConfigurationRead(d, meta)
})
}

View File

@ -11,8 +11,8 @@ import (
)
func TestStateAddModule(t *testing.T) {
cases := []struct{
In [][]string
cases := []struct {
In [][]string
Out [][]string
}{
{