Skip to content

R0bes/Terraform-Presentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform - Lessons Learned

Description:

First we'll look at some basics, then we'll see how to manage resources that don't exist natively in Terraform, how to write custom modules and how to implement switching between remote and local backends.

Setup

  1. Clone the repository:
    $ git clone https://github.com/R0bes/Terraform-Presentation.git

  2. Switch the directory
    cd Terraform-Presentation

  3. Execute npm and start the reveal.js server:

    $ npm install
    $ npm start
    
  4. browse to the slides.

License

MIT licensed

About

The HTML Presentation Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.8%
  • SCSS 19.2%
  • HTML 14.2%
  • Other 0.8%