Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Example for documentation

Introduction

This example is a very basic one meant for online documentation.

How to run this example

  • Install terraform following the official documentation ;

  • Then cd into this folder:

    cd examples/
  • Initialize terraform:

    terraform init
  • Apply terraform (and approve the plan when prompted for confirmation):

    terraform apply