Skip to content

Commit

Permalink
docs: explain which variables must be configured in Terraform Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert authored and Yolijn committed Nov 7, 2024
1 parent 7ac413c commit a97d373
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ terraform import "github_repository.terraform-playground" "name-of-github-reposi

## Terraform Cloud

You can login in to Terraform on [app.terraform.io](https://app.terraform.io/session).

### Start using cloud services

When you configure Terraform Cloud, you must configure use the user interface to configure the sensitive variables defined in [`variables.tf`](./variables.tf).

### How to stop using cloud services

The following code is responsible for storing the Terraform state in the cloud:
Expand Down

0 comments on commit a97d373

Please sign in to comment.