Hacker News new | ask | show | jobs
by Florin_Andrei 3298 days ago
terraform {

  backend "s3" {

    region = "us-west-1"

    bucket = "foo-tf-us-west-1"

    key = "foobar.tfstate"

    dynamodb_table = "tf-lock"

  }
}

https://www.terraform.io/docs/backends/types/s3.html#dynamod...

1 comments

Awesome! Any idea when this was added? I feel like this wasn't in the documentation a week or two ago; everything had still said "Use Hashicorp Atlas for remote state locking".
I've been using it for weeks if not months.

Their documentation might be lagging occasionally. It's a small team tackling a big challenge.