Skip to content

Instantly share code, notes, and snippets.

View ZinkNotTheMetal's full-sized avatar

William Zink ZinkNotTheMetal

  • Tampa, Florida
  • 23:18 (UTC -04:00)
View GitHub Profile
@ZinkNotTheMetal
ZinkNotTheMetal / error.tf.output
Created August 25, 2025 13:21
Terraform Output for terraform provider issue
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
- destroy
Terraform planned the following actions, but then encountered a problem:
# azurerm_monitor_diagnostic_setting.app_insights_storage_backup_setting will be destroyed
# (because azurerm_monitor_diagnostic_setting.app_insights_storage_backup_setting is not in configuration)
- resource "azurerm_monitor_diagnostic_setting" "app_insights_storage_backup_setting" {
- id = "/subscriptions/28e9195c-7e02-4d17-ad13-bd7347767a81/resourceGroups/rg-svh-emr-dev-westus3/providers/Microsoft.Insights/components/appi-svh-dev-westus3-001|appi-bak-blob-storage-dev" -> null
- name = "appi-bak-blob-storage-dev" -> null
@ZinkNotTheMetal
ZinkNotTheMetal / mam-boxstarter.ps1
Last active November 5, 2021 10:20
MidAmericaMortgage-BoxStarter
# Invoke using following syntax into IE:
# http://boxstarter.org/package/url?https://gist.githubusercontent.com/ZinkNotTheMetal/5f4dc93b316138ea6da81fe5fdd437e6/raw/3b4a9c48bea2e8e62f270e39ff1fc81558d6bb20/mam-boxstarter.ps1
try {
# Boxstarter options
$Boxstarter.RebootOk =$true
$Boxstarter.NoPassword =$false # Is this a machine with no logon password?
$Boxstarter.AutoLogin =$true
# --- TEMPORARILY DISABLE --- #
@ZinkNotTheMetal
ZinkNotTheMetal / BoxStarterStrategyCorps.txt
Created November 24, 2015 23:18
Development - Windows 10 Boxstarter Setup
# Invoke using following syntax into IE:
# http://boxstarter.org/package/url?[raw link to this gist]
try {
# Boxstarter options
$Boxstarter.RebootOk=$true
$Boxstarter.NoPassword=$false # Is this a machine with no logon password?
$Boxstarter.AutoLogin=$true
# Set Windows variables
@ZinkNotTheMetal
ZinkNotTheMetal / gist:6b9d8f6787d96b769050
Last active August 29, 2015 14:21
Test-Boxstarter phase 2
# Invoke using following syntax:
# http://boxstarter.org/package/url?[raw link to this gist]
$Boxstarter.AutoLogin=$false
$Boxstarter.NoPassword=$true
$Boxstarter.RebootOk=$false
###########################################################
# Phase 2 items
###########################################################
# invoke reboot to try
@ZinkNotTheMetal
ZinkNotTheMetal / Personal-Boxstarter
Created May 15, 2015 04:37
This gist sets up my personal box
# Invoke using following syntax:
# http://boxstarter.org/package/url?[raw link to this gist]
# Boxstarter options
$Boxstarter.RebootOk=$true
$Boxstarter.NoPassword=$false # Is this a machine with no logon password?
$Boxstarter.AutoLogin=$true
# Install games
cinst leagueoflegends
@ZinkNotTheMetal
ZinkNotTheMetal / Developer-Boxstarter
Last active June 21, 2020 03:52
This gist sets up my box via boxstarter and chocolatey
# Invoke using following syntax into IE:
# http://boxstarter.org/package/url?[raw link to this gist]
try {
# Boxstarter options
$Boxstarter.RebootOk=$true
$Boxstarter.NoPassword=$false # Is this a machine with no logon password?
$Boxstarter.AutoLogin=$true
# Set Windows variables
Enable-RemoteDesktop