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] `fabric_workspace` data-source - ["identity"]["type"]: unsupported attribute #15

Closed DariuszPorowski closed 1 month ago

DariuszPorowski commented 1 month ago

🐛 What happened?

Unable to use fabric_workspace data-source due to invalid schema

🔬 How to reproduce?

Use fabric_workspace data-source

🏗️ Code Sample / Log

HCL

data "fabric_workspace" "main" {
  display_name = "example"
}

ERROR

Error: ["identity"]["type"]: unsupported attribute

📷 Screenshots

image

📈 Expected behavior

No response

🌌 Environment (Provider Version)

0.1.0-beta.2

🌌 Environment (Terraform Version)

1.9.6

🌌 Environment (OS)

Windows

📎 Additional context

No response

🔰 Code of Conduct