Here’s a game changer:
powershell.exe -c "Get-Date"
Run PowerShell commands inside Bash.
No more tab-hopping chaos [#&÷<%<<], just smooth terminal multitasking. ⚡
#DevTips #Windows #PowerShell #Bash
Here’s a game changer:
powershell.exe -c "Get-Date"
Run PowerShell commands inside Bash.
No more tab-hopping chaos [#&÷<%<<], just smooth terminal multitasking. ⚡
#DevTips #Windows #PowerShell #Bash
Sure, you can clean dirs, prune Git, or kill processes… but sometimes the best fix is just: add more RAM 💾💡
#DevOps #Azurepipelines #AzureDevOps
Sure, you can clean dirs, prune Git, or kill processes… but sometimes the best fix is just: add more RAM 💾💡
#DevOps #Azurepipelines #AzureDevOps
I'm not tired 😪🥱😩
#Azure #CloudComputing #GitHub #Terraform #Linux
I'm not tired 😪🥱😩
#Azure #CloudComputing #GitHub #Terraform #Linux
State file tracks what’s deployed. Remote backends (Azure, AWS, GCP) keep it secure + sharable.
Best practices: encrypt 🔐, lock 🛑, don’t version control the state file.
State = Terraform’s single source of truth. Manage it well or face infra chaos. 🚀
#Terraform #IaC #DevOps
State file tracks what’s deployed. Remote backends (Azure, AWS, GCP) keep it secure + sharable.
Best practices: encrypt 🔐, lock 🛑, don’t version control the state file.
State = Terraform’s single source of truth. Manage it well or face infra chaos. 🚀
#Terraform #IaC #DevOps
Authorization = “Cool, but are you allowed to do that?”
In Azure, it’s the difference between showing your ID at the door vs. actually getting into the VIP lounge. 🎟️
#Azure #DevOps #Cloud #Terraform #azurerm
Authorization = “Cool, but are you allowed to do that?”
In Azure, it’s the difference between showing your ID at the door vs. actually getting into the VIP lounge. 🎟️
#Azure #DevOps #Cloud #Terraform #azurerm
• Implicit: Terraform figures out resource order automatically.
• Explicit: Use depends_on to define order when it’s unclear.
Why it matters:
✔️ Ensures correct build order
✔️ Prevents failures from missing prereqs
✔️ Improves clarity in complex configs
#Terraform #IaC
• Implicit: Terraform figures out resource order automatically.
• Explicit: Use depends_on to define order when it’s unclear.
Why it matters:
✔️ Ensures correct build order
✔️ Prevents failures from missing prereqs
✔️ Improves clarity in complex configs
#Terraform #IaC
Core = CLI (e.g., 1.6.2)
Provider = Plugin (e.g., AZURE 5.24.0)
Why it matters:
✔️ Prevents breaking changes
✔️ Ensures consistent infra
✔️ Reproducible CI/CD
✔️ Avoids API issues
Lock versions in configs for stability.
#Terraform #IaC #DevOps
Core = CLI (e.g., 1.6.2)
Provider = Plugin (e.g., AZURE 5.24.0)
Why it matters:
✔️ Prevents breaking changes
✔️ Ensures consistent infra
✔️ Reproducible CI/CD
✔️ Avoids API issues
Lock versions in configs for stability.
#Terraform #IaC #DevOps