Cannot create lakehouse when using service principal backed service connection inside Azure Devops with vague error below. When testing locally through user based auth the same terraform works correctly:
β·
β Error: create operation
β
β with fabric_lakehouse.Bronze,
β on lakehouse.tf line 2, in resource "fabric_lakehouse" "Bronze":
β 2: resource "fabric_lakehouse" "Bronze" {
β
β Could not create resource: An unexpected error occurred while processing
β the request
β΅
π What happened?
Cannot create lakehouse when using service principal backed service connection inside Azure Devops with vague error below. When testing locally through user based auth the same terraform works correctly:
β· β Error: create operation β β with fabric_lakehouse.Bronze, β on lakehouse.tf line 2, in resource "fabric_lakehouse" "Bronze": β 2: resource "fabric_lakehouse" "Bronze" { β β Could not create resource: An unexpected error occurred while processing β the request β΅
π¬ How to reproduce?
No response
ποΈ Code Sample / Log
resource "fabric_lakehouse" "Bronze" { display_name = "Bronze" workspace_id = fabric_workspace.workspace.id depends_on = [fabric_workspace.workspace] }
π· Screenshots
No response
π Expected behavior
No response
π Environment (Provider Version)
0.1.0-beta.5
π Environment (Terraform Version)
1.9.8
π Environment (OS)
Linux
π Additional context
No response
π° Code of Conduct