tomohiro / tomohiro.me

My domain configuration with AWS by Terraform

Home Page:https://tomohiro.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tomohiro.me

My domain configuration with AWS by Terraform

Dependency Status Build Status

Requirements

  • AWS access token
  • Atlas token
  • Terraform

Getting Started

Add tokens to .envrc:

$ cp .envrc.example .envrc
$ vi .envrc

Remote configuration:

$ terraform remote config -backend-config="name=tomohiro/tomohiro.me"

Check the plan:

$ terraform plan

Send the local environment variables to the Atlas environment:

$ terraform push -name="tomohiro/tomohiro.me"

LICENSE

© 2015 - 2016 Tomohiro TAIRA.

This project is licensed under the MIT license. See LICENSE for details.

About

My domain configuration with AWS by Terraform

https://tomohiro.me

License:MIT License


Languages

Language:HCL 57.7%Language:Ruby 42.3%