Difference between revisions of "IT-SDK-Terraform"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) |
Samerhijazi (talk | contribs) |
||
| Line 10: | Line 10: | ||
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs | * https://registry.terraform.io/providers/hashicorp/aws/latest/docs | ||
=DigitalOcean= | =DigitalOcean= | ||
| + | |||
| + | =Main commands= | ||
| + | <pre class="code"> | ||
| + | terraform init | ||
| + | terraform plan | ||
| + | terraform apply | ||
| + | terraform destroy | ||
| + | </pre> | ||
Revision as of 17:27, 3 March 2022
Contents
Ref
- https://www.youtube.com/watch?v=7xngnjfIlK4
- https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs
- https://learn.hashicorp.com/collections/terraform/aws-get-started
- https://www.digitalocean.com/community/tutorials/how-to-use-terraform-with-digitalocean
- https://www.techbeatly.com/terraform-free-courses/
Repos
AWS
DigitalOcean
Main commands
terraform init terraform plan terraform apply terraform destroy