RB

Results 868 comments of RB

I skimmed over the code and it looks OK to me. Let's make sure it passes the tests. I'd like to see a plan of version 0.38.1 vs the changes...

Once PR https://github.com/cloudposse/terraform-aws-tfstate-backend/pull/116 is merged, this PR branch can be updated to fix the tests. Edit: It's merged. Please update this PR and I will rerun the tests. Edit: I...

Ok so tests are passed. Once this is good to go, just like Erik mentioned, we'll have to release this as a 1.x module version. To do that, let's do...

I thought newer versions of terraform correct for `count` logic added or subtracted from components as long as the `count` is either `1` or `0`. Perhaps it is for a...

This module creates an s3 bucket and dynamodb table that can be reused across all terraform root modules (directories). I'm unsure I understand how it's currently constrained. Are you referring...

This can be done by overwriting the var `terraform_backend_config_template_file` with your own template file that includes the `kms_key_id`. ```hcl terraform { required_version = ">= ${terraform_version}" backend "s3" { region =...