Skip to content

Terraform practices, deploy scalable Kubernetes cluster over cloud infraestructure.

License

Notifications You must be signed in to change notification settings

VictorGil-Ops/Terraform_LAB

Repository files navigation

Terraform_learning_LAB

Terraform practices, deploy scalable Kubernetes cluster over cloud infraestructure.

terraform-infraestructura.readthedocs.io

Contains official documentation reference.

⚠️ Think about costs, destroy de infraestructure if you dont need!

Terraform files repo

AWS TF files

AZURE TF files

DigitalOcean TF files

TODO

  • Google Cloud
  • Alibaba Cloud
  • Cloud CLI`s cheatsheet

Install Terraform

Install

Learn Terraform resources

Learn

Manage any infraestructure

Manage

Store Remote State

Store

Terraform repository examples

Examples

CLI main commands

Terraform CLI Documentation

# alias
alias tf='terraform'

# autocomplete enabled
terraform -install-autocomplete

# reformat your configuration in the standard style
tf fmt

# check whether the configuration is valid
tf validate

# prepare your working directory for other commands
tf init

# show changes required by the current configuration
tf plan

# create or update infrastructure
tf apply

# show the current state or a saved plan
tf show

# destroy previously-created infrastructure
tf destroy

# Show output values from your root module
tf output

About

Terraform practices, deploy scalable Kubernetes cluster over cloud infraestructure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published