Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 571 Bytes

terraform.md

File metadata and controls

26 lines (13 loc) · 571 Bytes

Terraform

  • What is terraform?
  • open-source infrastructure as code software tool

  • created by HashiCorp

  • Users define and provision data center infrastructure using a declarative configuration language known as HashiCorp Configuration Language, or optionally JSON.

  • How can i use output variables from one folder in terraform run of another folder?
  • How you guys maintain the terraform code for different environments in your company?