-
Notifications
You must be signed in to change notification settings - Fork 1
[NDR-232] Remove DynamoDB terraform state lock #436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
643bc5a to
d0620e0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Removes DynamoDB table references from Terraform S3 backend configurations across infrastructure files.
- Removes
dynamodb_tableparameter from S3 backend configurations - Updates backend configuration in main infrastructure and backup vault modules
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| infrastructure/main.tf | Removes DynamoDB table reference from main infrastructure backend |
| backup-vault/teraform/main.tf | Removes DynamoDB table reference from backup vault backend |
Comments suppressed due to low confidence (1)
backup-vault/teraform/main.tf:1
- Directory name contains a typo: 'teraform' should be 'terraform'.
terraform {
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Report for environment: ndr-devTerraform Initialization ⚙️
|
chrisbloe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing the dynamodb_table as it's a legacy option.
No description provided.