mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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 nil
|
||||
return resourceAwsDynamoDbTableRead(d, meta)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user