Initial project for terraform backend. It belongs to only the shared environment.
Use aws-vault to manage your credentials or another of your preference.
- default
Name | Resource Name |
---|---|
aws_dynamodb_table | ecs-test-backend-lock |
aws_s3_bucket | ecs-test-backend-devops |
aws_s3_bucket_public_access_block | |
aws_kms_key |
Name | Description | Type | Default | Required |
---|---|---|---|---|
region | Default region us-east-1 | string | us-east-1 | no |
Name | Description |
---|---|
bucket_name | S3 Bucket for terraform states |
dynamodb_table_name | DynamoDb table for terraform locks |
terraform init
terraform plan -out plan.apply
terraform apply plan.apply
terraform destroy