You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New in terraform v1.10.0, dynamodb is now optional and soon to be deprecated as the locking now relies on s3 conditional writes.
This module always creates the dynamodb table and its replica table. Can you make the creation of it optional? e.g. by having a new parameter?
The text was updated successfully, but these errors were encountered:
asafmor
changed the title
Make the creation of dynamodb table optional for the new s3 conditional writes
Make DynamoDB Table Creation Optional for S3 Conditional Writes
Dec 23, 2024
New in terraform v1.10.0, dynamodb is now optional and soon to be deprecated as the locking now relies on s3 conditional writes.
This module always creates the dynamodb table and its replica table. Can you make the creation of it optional? e.g. by having a new parameter?
The text was updated successfully, but these errors were encountered: