This is a template repository used in the Get Started with HCP Terraform tutorial collection
This repository contains the following files:
terraform.tf: Configures Terraform and the AWS provider.main.tf: Defines one AWS EC2 instance.variables.tf: Defines two variables namedinstance_nameandinstance_type, both with default values.outputs.tf: Defines one output namedinstance_hostname.