Difference between revisions of "IT-SDK-Terraform"

From wiki.samerhijazi.net
Jump to navigation Jump to search
(Ref)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
=Alternativ=
 +
<pre class="code">
 +
brew install opentofu
 +
</pre>
 
=Ref=
 
=Ref=
 
* https://www.youtube.com/watch?v=7xngnjfIlK4
 
* https://www.youtube.com/watch?v=7xngnjfIlK4
Line 6: Line 10:
 
* https://www.techbeatly.com/terraform-free-courses/
 
* https://www.techbeatly.com/terraform-free-courses/
  
 +
=Repos=
 +
* https://github.com/sidpalas/devops-directive-terraform-course
 +
=AWS=
 +
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs
 
=DigitalOcean=
 
=DigitalOcean=
 +
* https://www.digitalocean.com/community/tutorials/how-to-use-terraform-with-digitalocean
 +
* https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/kubernetes_cluster
 +
 +
=Main commands=
 +
<pre class="code">
 +
terraform init
 +
terraform plan
 +
terraform apply
 +
terraform destroy
 +
</pre>

Latest revision as of 13:38, 21 March 2025