Archives for Known Issues Terraform
Error: retrieving `contact` for KeyVault: keyvault.BaseClient#GetCertificateContacts: Failure sending request: StatusCode=0 — Original Error: context deadline exceeded
When creating a key vault in Azure using terraform, you may encounter this error Error: retrieving `contact` for KeyVault: #GetCertificateContacts data "azurerm_client_config" "current" {} resource "azurerm_key_vault" "my_key_vault" { name …
VS Code does not pick up the latest terraform version
From a powershell prompt, get the current executable path for terraform using: Get-Command terraform If this is pointing to the older terraform version, simply delete the older file. ReInstall the…
VS Code Scripts Error: Cannot be loaded because running scripts is disabled on this system
VS Code Terminal displays this error Cannot be loaded because running scripts is disabled on this system If you want to continue using powershell as the terminal, you will need…
data.azurerm_client_config.current.object_id returns null “”
You may be using the current client config object to retrieve the current user's object id. And that used to work just fine. object_id = However, for me, this…
Error: Error decoding “admin_ssh_key.0.public_key” for public key data
This is an error I encountered while trying to set the admin ssh key for a linux instance - and attempting to use an existing pub key in my .ssh…