zenml-io / mlstacks

A series of Terraform based recipes to provision popular MLOps stacks on the cloud.
https://mlstacks.zenml.io/
Apache License 2.0
245 stars 32 forks source link

Allow for custom DynamoDB table names for AWS remote state #107

Closed strickvl closed 8 months ago

strickvl commented 8 months ago

I updated the base AWS remote state module to allow users to specify the dynamodb table name (esp in the case where they already have a table with a particular name and they want to avoid the conflict).

Pre-requisites

Please ensure you have done the following:

Types of changes

safoinme commented 8 months ago

can you clarify please when this dynmoDB table is used exactly?

strickvl commented 8 months ago

@safoinme We use the dynamodb table to lock TF so as to prevent multiple simultaneous terraform apply when using within a team. So it's part of the remote state (for AWS).