- Forked from: hashicorp/tfc-getting-started
In this repo, you'll find a quick and easy path to get started using Terraform Cloud with the Terraform CLI.
This repo contains two main things:
- An example of a Terraform configuration that provisions some mock infrastructure.
- A script that demonstrates how you can automatically handle all the setup required to start using Terraform with Terraform Cloud.
Run terraform login
and follow the prompts to get an API token for Terraform to use. If you don't have a Terraform Cloud account, you can create one during this step.
git clone /~https://github.com/spkane/terraform-cloud-example.git
cd terraform-cloud-example
./scripts/setup.sh
Welcome to Terraform Cloud!