Skip to content

HectorSilva/Np-yCFahCuAfX-TF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NobleProg Terraform for Managing Cloud Infrastructure by HF Silva

This is a demo of what we have done during the day 1 of the course including

  • Basic configuration
  • Best practices
  • Set versions to providers
  • Create modules
  • Templating
  • Variables/local variables
  • Terraform state
  • Providers
  • Write/preview/create/destroy infrastructure
  • Work with multiple providers

Instructions

Run

# Go to the folder `TerraformDay1` or `TerraformDay2`and run
terraform init
terraform plan

# To create the infrastructure
terraform apply

# To delete the infrastructure
terraform destroy

For `TerraformDay2`
Generate ssh keys andd add them into the `/nodes/files` folder with the name `dev_nodes_key`
and create a `docker-compose.yaml` file with a valid docker-compose configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published