Skip to main content
Microsoft Idea

Core

New

Support infra as code using Terraform

Vote (24) Share
Daniel Jimenez Garcia's profile image

Daniel Jimenez Garcia on 19 Jun 2023 13:54:51

Within our company we have adopted an X-as-code policy, where infrastructure, security, policies, configuration, etc are all managed and automated as code.


When it comes to infrastructure, we use Terraform extensively, including many Azure services. We would love if we could create and manage most fabric items through Terraform.

This would be particularly useful/important for workspace configuration/administration, security or governance, for example creating/configuring via Terraform items such as workspaces, git integrations or connections. (Rationale for prioritizing these type of items would be that once these are setup, fabric items inside the workspace can be saved/synced to the configured git repo)



Comments (1)
Daniel Jimenez Garcia's profile image Profile Picture

Julian Gimbel on 05 Apr 2024 09:57:43

RE: Support infra as code using Terraform

Currently there is a 3rd party Terraform provider which could help with the creation and configuration of workspaces: https://registry.terraform.io/providers/codecutout/powerbi/1.4.1All assets within the workspace will eventually be managed within git repositories to be deployed between different workspaces, so those would not be part of the infrastructure as code but rather in the application code.