Skip to content

synapsestudios/terraform-aws-shared-state-store

Repository files navigation

AWS Shared State Store for Terraform

This module creates an encrypted and versioned S3 Bucket and DynamoDB table to be used as a locking shared state store for Terraform.

Requirements

Name Version
terraform ~> 0.12.29
aws ~> 2.53

Providers

Name Version
aws ~> 2.53

Inputs

Name Description Type Default Required
name Name of S3 state store, this will be prepended by 'terraform-state-' string n/a yes
tags A mapping of tags to assign to the Shared Terraform State Store resources. map(string) n/a yes

Outputs

Name Description
dynamodb_table n/a
s3_bucket n/a