/infras-setup

Terraform scripts for the Gophie Infrastructure

Primary LanguageHCL

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