Releases: turnerlabs/terraform-remote-state
Releases · turnerlabs/terraform-remote-state
v5.1.0
Adds optional dynamodb table support for state locking from @riyadchowdhury
v4.0.2
- Destroy usually fails on first attempt #14
v4.0.1
- fixes issue where plan was always dirty (#13)
v4.0.0
adds a new block_public_access
input variable which will block public accessing using the aws_s3_bucket_public_access_block resource. This can be disabled by setting block_public_access = false
(#11).
v3.1.0
- add support for granting additional roles access to bucket (#10)