ゆるふわキャンパー
  • Home
  • About Lorentzca
  • Blog Metrics
Sign in

dynamodb

A collection of 1 post
Terraform state locking via DynamoDB
terraform

Terraform state locking via DynamoDB

TL;DR Create DynamoDB table. aws dynamodb create-table \ --table-name \ --attribute-definitions AttributeName=LockID,AttributeType=S \ --key-schema AttributeName=LockID,KeyType=HASH \ --provisioned-throughput ReadCapacityUnits=1,WriteCapacityUnits=1 Append lock_table config to backend config. terraform { backend "s3" { bucket = "" key = "" region = "us-east-1" + lock_table = "
Apr 25, 2017 3 min read
Page 1 of 1
ゆるふわキャンパー © 2025
Powered by Ghost