1.1.1 • Published 4 years ago

aws-terrabackend v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

AWS Terraform Backend

CLI that helps you to configure the remote state S3 State in AWS creating the S3 bucket and the dynamoDB table to lock the state.

Install

  • Run yarn global add aws-terrabackend
  • The command name is terrabackend

### How to use

  1. Through AWS console create new IAM user called deploy (or whatever you want) with programmatic access only and attach to him AdministratorAccess policy and save access key id/secret (id/secret can passed to terraform via standard env vars AWS_PROFILE).

  2. Once you installed terrabackend, configure the aws-cli profile configure profile that will be use by terrabackend.

  3. Run terrabackend with the Profile needed, for example:

$ AWS_PROFILE=myprofile terrabackend
  1. terrabackend command will ask you by the name of bucket, name of tfbackend file and region.

  2. It will generate a .tfbackend (in the current path) to be used in your Terraform backend. More info TF Backend

1.1.1

4 years ago

1.1.0

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago