Changing the DynamoDb Create to do a Read at the end
This commit is contained in:
parent
6d2fee9c28
commit
7af484c8f6
|
@ -291,7 +291,7 @@ func resourceAwsDynamoDbTableCreate(d *schema.ResourceData, meta interface{}) er
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return resourceAwsDynamoDbTableRead(d, meta)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue