Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 325 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 325 Bytes

frontend-provisions

Set environment variables

$ vi .env

Backend initailize

$ docker-compose run terraform init -backend-config="token=<token>"

Run command

$ docker-compose run terraform <command>

To run locally without aws.prod access key, use -target=module.dev option