Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 646 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 646 Bytes

terraform-aws

Ansible And Terraform scripts for the Gophie Infrastructure

Requirements

   $ export GOOGLE_APPLICATION_CREDENTIALS=path-to-cred.json
  • AWS CLI (or Credentials)
   # for previously created 'profile'
   $ export AWS_PROFILE=profile
  • Ansible
   $ pip install -r requirements.txt
   $ ansible-galaxy install -r ./ansible/requirements.yml

Create Infra

  $ cd terraform/
  $ terraform apply

Destroy Infra

  $ cd terraform/
  $ terraform destroy