hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.59k stars 4.62k forks source link

Support for Azure Quantum #15061

Open fedonman opened 2 years ago

fedonman commented 2 years ago

Community Note

Description

Provide new resources for Azure Quantum

New or Affected Resource(s)

Potential Terraform Configuration

resource "azurerm_quantum_workspace" "workspace" {
  name = <workspace_name>
  location = <workspace_location>
  resource_group_name = <workspace_resource_group_name>
  storage_account = <workspace_storage_account>   
}

resource "azurerm_quantum_provider" "provider" {
  id = <provider_id>
  sku = <provider_sku>
  workspace = <provider_workspace>
}

References

fedonman commented 2 years ago

I would like to work on this feature and opened this issue for discussion. Please let me know any thoughts you have or if you would like to help with the implementation.

chrsundermann commented 2 years ago

Is there any update on this one? Currently deploying this resource via terraform and resource_group_deployment.