Cloud/Terraform Import into state file
* See TerraformAzTfExport for creating multiple imports generated from Azure.
Import steps
1. Identify the TF name of the resource, plan will show the resource name. 2. Find the ID in Azure 3. Do the import linking the two and updating the state file
terraform import "azurerm_key_vault.vault" "/subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups/test-rg/providers/Microsoft.KeyVault/vaults/test-vault"
Import opentofu azure azurerm_eventgrid_event_subscription
Find id to import with az
az eventgrid event-subscription list --source-resource-id /subscriptions/<SUB>/resourceGroups/<RG>/providers/Microsoft.Storage/storageaccounts/<StoreageACCTName> --subscription <SUB>