Skip to content

[RS] Enhance Workspace Git item resource by adding new attribute #704

@catalina-gav

Description

@catalina-gav

📝 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

🚧 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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions