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

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
ゆるふわキャンパー © 2023
Powered by Ghost