microsoft / terraform-provider-fabric

Terraform Provider for Microsoft Fabric
https://registry.terraform.io/providers/microsoft/fabric
Mozilla Public License 2.0
26 stars 5 forks source link

[bug] #103

Open brianeasley opened 7 hours ago

brianeasley commented 7 hours ago

πŸ› 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