Difference between revisions of "Terraform"

From wikieduonline
Jump to navigation Jump to search
Line 50: Line 50:
  
 
== Activities ==
 
== Activities ==
 +
* Create you first AWS instances with Terraform tutorial: https://learn.hashicorp.com/tutorials/terraform/aws-build?in=terraform/aws-get-started
 
* Read Terraform blog: https://www.hashicorp.com/blog/category/terraform/
 
* Read Terraform blog: https://www.hashicorp.com/blog/category/terraform/
 
* Read https://stackoverflow.com/questions/tagged/terraform?tab=Votes
 
* Read https://stackoverflow.com/questions/tagged/terraform?tab=Votes

Revision as of 09:40, 24 August 2021

wikipedia:Terraform (software) (July 2014) is an open-source infrastructure as code software.

Technical characteristics

  • HCL2 based
  • Types: strings, number, bool, list, maps, set, tuple, object, any and null (Terraform 0.12)


Supported platforms/providers

provider

Installation

Ref: https://learn.hashicorp.com/tutorials/terraform/install-cli

Terraform commands

Common Terraform commands[1]

Activities

Related

See also

  • https://www.terraform.io/docs/commands/index.html
  • Advertising: