mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-17 16:11:23 +00:00
initial commit
This commit is contained in:
8
03-basics/terraform-cloud-backend/README.md
Normal file
8
03-basics/terraform-cloud-backend/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
## 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
|
||||
```
|
||||
Reference in New Issue
Block a user