docs: add S3 native locking documentation and fix variable descriptions#197
Merged
gberenice merged 1 commit intocloudposse:mainfrom Mar 24, 2026
Merged
Conversation
- Fix s3_state_lock_enabled description (was incorrectly 'Whether to create the S3 bucket', now describes S3 native state locking) - Add deprecation note to dynamodb_enabled description with link to official Terraform docs - Add 'S3 Native State Locking' section to README with usage example showing s3_state_lock_enabled=true and dynamodb_enabled=false Ref: https://developer.hashicorp.com/terraform/language/backend/s3#s3-state-locking Ref: https://developer.hashicorp.com/terraform/language/backend/s3#enabling-dynamodb-state-locking-deprecated Closes cloudposse#188 Closes cloudposse#194
Contributor
|
/terratest |
|
These changes were released in v1.9.0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
what
s3_state_lock_enabledvariable description (was "Whether to create the S3 bucket", now correctly describes S3 native state locking)dynamodb_enabledvariable description linking to official Terraform docswhy
use_lockfile = true, deprecating DynamoDB-based lockings3_state_lock_enabledvariable exists) but the documentation doesn't mention it and the variable description is incorrectreferences