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

Cloud/Terraform/Import (last edited 2024-07-05 12:39:29 by PieterSmit)