Skip to content

Commit

Permalink
Changed terraform s3 backend from dynamodb to s3 lockfile
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Abbas Jaffri <[email protected]>
  • Loading branch information
aliabbasjaffri committed Dec 20, 2024
1 parent 8aeaf6a commit b7e6759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_provider_backend(self, provider: CloudProvider) -> dict:
"s3": {
"bucket": self.get_statefile_name(),
"key": "ultimate-mlops-stack",
"dynamodb_table": self.get_statefile_name(),
"use_lockfile": True,
"region": self.region,
"encrypt": True,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def configure_provider(self):
# "config": {
# "bucket": self.get_statefile_name(),
# "key": "ultimate-mlops-stack",
# "dynamodb_table": self.get_statefile_name(),
# "use_lockfile": True,
# "region": self.region,
# },
# }
Expand Down

0 comments on commit b7e6759

Please sign in to comment.