Skip to content

bisohns/infras-setup

Repository files navigation

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

About

Terraform scripts for the Gophie Infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published