8000 GitHub - KamranGhane-dev/terraform-kg: Before and after demo code for the Terraform Introduction training course
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

KamranGhane-dev/terraform-kg

 
 

Repository files navigation

Terraform Intro Demo

Before and after code for a Terraform Introduction class.

Terraform Cloud

This branch is for use with a student's own AWS credentials and is intended to run on Terraform Cloud (but can also run locally).

Major changes:

  • A security group is created for SSH and HTTP

  • The configuration only uses resources built by the configuration itself

  • public_key and private_key should be provided as contents rather than a path to a file.

  • AWS credentials should be provided as environment variables.

    export AWS_ACCESS_KEY_ID="AAAA" export AWS_SECRET_ACCESS_KEY="AAAA" export AWS_DEFAULT_REGION="us-west-2"

About

Before and after demo code for the Terraform Introduction training course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.0%
  • CSS 2.6%
  • HCL 1.9%
  • Go 0.8%
  • HTML 0.4%
  • Shell 0.2%
  • Smarty 0.1%
0