mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-11 13:21:14 +00:00
8 lines
297 B
Markdown
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
|
|
``` |