ゆるふわキャンパー
  • Home
  • Search posts
  • About Lorentzca
  • Blog Metrics

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 <Your table name> \ --attribute-definitions AttributeName=LockID,AttributeType=S \ --key-schema AttributeName=LockID,KeyType=HASH \ --provisioned-throughput ReadCapacityUnits=1,WriteCapacityUnits=1 Append lock_table config

  • Lorentzca
    Lorentzca
3 min read
ゆるふわキャンパー © 2019
Latest Posts Facebook Twitter Ghost