Files
devops-directive-terraform-…/03-basics/terraform-cloud-backend/README.md
2021-05-05 08:13:24 -07:00

8 lines
297 B
Markdown

## Terraform Cloud Account Setup
1) Create account at terraform.io
2) Use terraform login
3) Set any necessary credentials for whichever cloud services you are using because with terraform cloud backend, the plan/apply are actually run remotely.
```
# AWS_ACCESS_KEY_ID
# AWS_SECRET_ACCESS_KEY
```