Terraform - Learning by doing
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.
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.