When trying to create a lakehouse inside a workspace, Terraform fails with the error
Error: create operation
with fabric_lakehouse.demo,
on fabric-lakehouse.tf line 3, in resource "fabric_lakehouse" "demo":
3: resource "fabric_lakehouse" "demo" {
Could not create resource: The request has an invalid input
Terraform will perform the following actions:
# fabric_lakehouse.demo will be created
+ resource "fabric_lakehouse" "demo" {
+ description = ""
+ display_name = "lh-demo"
+ id = (known after apply)
+ properties = (known after apply)
+ workspace_id = "4b411685-99af-46c5-9356-6086d07e125c"
}
π¬ How to reproduce?
No response
ποΈ Code Sample / Log
No response
π· 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
[x] I agree to follow this project's Code of Conduct.
π What happened?
When trying to create a lakehouse inside a workspace, Terraform fails with the error
This is the Terraform code and plan:
π¬ How to reproduce?
No response
ποΈ Code Sample / Log
No response
π· 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