This module creates an encrypted and versioned S3 Bucket and DynamoDB table to be used as a locking shared state store for Terraform.
Name | Version |
---|---|
terraform | ~> 0.12.29 |
aws | ~> 2.53 |
Name | Version |
---|---|
aws | ~> 2.53 |
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 |
Name | Description |
---|---|
dynamodb_table | n/a |
s3_bucket | n/a |