cloudposse / terraform-aws-tfstate-backend

Terraform module that provision an S3 bucket to store the `terraform.tfstate` file and a DynamoDB table to lock the state file to prevent concurrent modifications and state corruption.
https://cloudposse.com/accelerate
Apache License 2.0
408 stars 177 forks source link

Bump label module to latest #45

Closed rsrchboy closed 4 years ago

rsrchboy commented 4 years ago

...hopefully so I can get away from various null_data_source "count cannot be computed" errors I seem to run into on a disturbingly regular basis.

rsrchboy commented 4 years ago

/cc @maximmi

maximmi commented 4 years ago

/codefresh run test

maximmi commented 4 years ago

@rsrchboy here is new release: https://github.com/cloudposse/terraform-aws-tfstate-backend/releases/tag/0.17.0

rsrchboy commented 4 years ago

@maximmi thank you! :)