mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix typo ('depracted' -> 'deprecated')
This commit is contained in:
@@ -232,7 +232,7 @@ func (b *Backend) configure(ctx context.Context) error {
|
||||
|
||||
b.ddbTable = data.Get("dynamodb_table").(string)
|
||||
if b.ddbTable == "" {
|
||||
// try the depracted field
|
||||
// try the deprecated field
|
||||
b.ddbTable = data.Get("lock_table").(string)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user