Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RS] Add mirrored database resource #283

Open
1 of 10 tasks
OrBaubergMicrosoft opened this issue Mar 5, 2025 · 0 comments · May be fixed by #284
Open
1 of 10 tasks

[RS] Add mirrored database resource #283

OrBaubergMicrosoft opened this issue Mar 5, 2025 · 0 comments · May be fixed by #284
Labels
tf/resource Terraform Resource

Comments

@OrBaubergMicrosoft
Copy link

📝 Description

When I am automating and managing data analytics infrastructure using Microsoft Fabric across multiple environments,
I want to get details of mirrored databases as code in Terraform.
To consistently and securely manage mirrored databases as code in Terraform while automating and managing data analytics infrastructure using Microsoft Fabric across multiple environments.

🔬 Details / References

🚧 Potential Terraform Configuration / Desired Solution

mirrored database with definition

resource "fabric_mirrored_database" "example_definition" {
display_name = "example"
description = "example with definition bootstrapping"
workspace_id = "00000000-0000-0000-0000-000000000000"
definition_update_enabled = false
definition = {
"RealTimeQueryset.json" = {
source = "${local.path}/mirroring.json.tmpl"
}
}
}

📎 Additional context

No response

☑️ Acceptance Criteria

No response

✅ Definition of Done

  • Data Transfer Objects (DTOs)
  • Resource Implementation
  • Resource Added to Provider
  • Unit Tests for Happy path
  • Unit Tests for Error path
  • Acceptance Tests
  • Example in the ./examples folder
  • Schema documentation in code
  • Updated auto-generated provider docs with task docs

🔰 Code of Conduct

  • I agree to follow this project's Code of Conduct.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tf/resource Terraform Resource
Projects
None yet
1 participant