Azure DevSpace Controller

This page shows how to write Terraform for DevSpace Controller and write them securely.

azurerm_devspace_controller (Terraform)

The Controller in DevSpace can be configured in Terraform with the resource name azurerm_devspace_controller. The following sections describe 2 examples of how to use the resource and its parameters.

Example Usage from GitHub

main.tf#L7
resource "azurerm_devspace_controller" "this" {
  location                                 = var.location
  name                                     = var.name
  resource_group_name                      = var.resource_group_name
  sku_name                                 = var.sku_name
  tags                                     = var.tags
main.tf#L7
resource "azurerm_devspace_controller" "this" {
  location                                 = var.location
  name                                     = var.name
  resource_group_name                      = var.resource_group_name
  sku_name                                 = var.sku_name
  tags                                     = var.tags

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Manages a DevSpace Controller.

NOTE: Microsoft will be retiring Azure Dev Spaces on 31 October 2023, please see the product documentation for more information. !> NOTE: The Azure API no longer allows provisioning new DevSpace Controllers - as such this resource exists only to allow existing users to continue managing these in Terraform at this time. Support for the azurerm_devspace_controller resource will be removed in version 3.0 of the Azure Provider.

Azure Resource Manager Example

Azure Resource Manager code does not have the related resource.

Frequently asked questions

What is Azure DevSpace Controller?

Azure DevSpace Controller is a resource for DevSpace of Microsoft Azure. Settings can be wrote in Terraform.

Where can I find the example code for the Azure DevSpace Controller?

For Terraform, the kevinhead/azurerm and niveklabs/azurerm source code examples are useful. See the Terraform Example section for further details.

security-icon

Automate config file reviews on your commits

Fix issues in your infrastructure as code with auto-generated patches.