Skip to content

langburd/terraform-aws-s3-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create S3 backend for your Terraform AWS project

Prerequisites

  • AWS CLI is installed. See here.
  • AWS CLI is configured. Run:
aws configure --profile <customer-name>
export AWS_PROFILE=<customer-name>

Create configuration

Change variables.tf with your info.

Run terraform init

Run terraform apply

The name of the bucket you can check with the command terraform output s3_bucket

Name of the DynamoDB table you can check with the command terraform output dynamodb_table_name

Add the file example\backend.tf to your project and edit as needed.

Repository of the project

terraform-azure-blob-storage-backend

Authors

About

Quick creation of AWS S3 bucket for Terraform backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages