Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.44 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.44 KB

terraform-tutorials

Terraform - Learning by doing

Tutorials

To keep learning by doing, get more familiar with the Terraform configuration language, provision the machines you create, or import existing infrastructure, visit the following tutorials.

  • Configuration Language - Get more familiar with variables, outputs, dependencies, meta-arguments, and other language features to write more sophisticated Terraform configurations.

  • Modules - Organize and re-use Terraform configuration with modules.

  • Provision - Use Packer or Cloud-init to automatically provision SSH keys and a web server onto a Linux VM created by Terraform in AWS.

  • Import - Import existing infrastructure into Terraform.

To read more about available configuration options, explore the Terraform documentation.

Resources

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT