Coder Social home page Coder Social logo

intro_terraform's Introduction

intro_terraform

社内の Terraform 勉強会用のソース一式

アジェンダ

  1. Terrafom を触ってみる
    • Terraform の使い方を学ぶ
    • S3 静的 Web サイトホスティングを実装してみる
      • 環境は CloudShell
      • ~/ch1_getting_started
  2. tfファイルを分けて書いてみる
    • Web サーバー on EC2 の構成を実装してみる
      • 環境はcloud9
      • ~/ch2_vpc_ec2/step1
    • Terraform のドキュメントの読み方を学ぶ
      • ~/ch2_vpc_ec2/step2
      • ~/ch2_vpc_ec2/step3
  3. AWS のアクセスキーを管理する
    • クレデンシャルの取り扱いを学ぶ
  4. Azureでの環境構築手順
    • Azure で Terraform を使う場合の手順を学ぶ
      • ~/ch4_azure_webserver
    • AWS 構築時との差異を学ぶ
  5. NW・インスタンスの構築をテンプレート化する
    • Terraform のモジュールについて学ぶ
      • ~/ch5_module
    • ディレクトリ構成をきれいにしてみる
  6. Terraform 管理外のリソースを Terraform に組み込む
    • Terraform 標準の機能と、OSS の Terraformer について学ぶ
      • ~/ch6_import

メモ

  • .tfvarsファイルの参照方法
    • -var-file オプションを付けてtfvarsファイルを指定する
      • terraform plan -var-file ****.tfvars
      • terraform apply -var-file ****.tfvars

intro_terraform's People

Contributors

hatahata021 avatar hikosaburou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.