Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure RM machine learning workspace is giving me this error while trying to add a managed network block #26884

Open
1 task done
gauravguliani opened this issue Jul 31, 2024 · 0 comments

Comments

@gauravguliani
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.

Terraform Version

1.0.2

AzureRM Provider Version

3.78.0

Affected Resource(s)/Data Source(s)

Azure Machine learning workspace

Terraform Configuration Files

esource "azurerm_machine_learning_workspace" "mlmdp" {
  name                    = "ml-exm\ample"
  location                = module.examplerg.resource_group_location
  resource_group_name     = module.examplerg.resource_group_name
  application_insights_id = azurerm_application_insights.example.id
  key_vault_id            = azurerm_key_vault.mkv.id
  storage_account_id      = module.sa.id
  container_registry_id   = azurerm_container_registry.mewacr.id
  public_network_access_enabled = "true"

  identity {
    type = "SystemAssigned"
  }
  managed_network{
    isolation_mode="AllowInternetOutbound"

  }
}

Debug Output/Panic Output

Error: Unsupported block type

on ml_workspace.tf line 14, in resource "azurerm_machine_learning_workspace" "mlw":
14: managed_network{

Blocks of type "managed_network" are not expected here.

Expected Behaviour

No response

Actual Behaviour

No response

Steps to Reproduce

No response

Important Factoids

No response

References

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants