-
Notifications
You must be signed in to change notification settings - Fork 15
Labels
tf/resourceTerraform ResourceTerraform Resource
Description
📝 Description
When I am managing my Infrastructure as Code using Terraform for Workspace Git I want to be able to manage the Update From Git UpdateOptions thorugh the new allow_override_items. So, I can automate the deployment and configuration of my Workspace Git allow_override_items, ensuring consistency, and reducing manual effort.
🔬 Details / References
- Resource Name:
fabric_workspace_git - API documentation:
- Estimated complexity/effort: easy
🚧 Potential Terraform Configuration / Desired Solution
resource "fabric_workspace_git" "example" {
# existing atttributes
# ...
allow_override_items= true # optional attribute, default value is false
}📎 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.
Metadata
Metadata
Assignees
Labels
tf/resourceTerraform ResourceTerraform Resource