When you have Terraform installed, get started right away by applying the plan.
# in the directory that contains tsung-cluster.tf
> terraform apply
If you don't want to fill in the prompts every time you create infrastructure, you can store your Terraform configuration in a .tfvars
file. An example is provided in example.tfvars
.
Applying configuration with a tfvars file:
> terraform apply -var-file=myconfig.tfvars
Read the terraform docs to understand variables and configuration files.
This command will list all your instances and their detailed info:
> terraform show