How to Import Existing Azure Resources into Terraform.
Do you have a cloud environment that needs to import existing azure resources into terraform? Importing Azure resources into Terraform is the bridge between unmanaged “click-ops” deployments in the Azure Portal and fully governed Infrastructure as Code (IaC). At its core, the import process establishes a binding between three distinct entities: the Live Azure Resource, […]
How to Import Existing Azure Resources into Terraform. Read More »

