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

Feature request-Support for Azure DevBox #2061

Open
1 task done
arnaudlh opened this issue Sep 17, 2024 · 0 comments
Open
1 task done

Feature request-Support for Azure DevBox #2061

arnaudlh opened this issue Sep 17, 2024 · 0 comments
Assignees

Comments

@arnaudlh
Copy link
Member

arnaudlh commented Sep 17, 2024

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 "+1" or "me too" comments, 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

Description

Add additional modules support for resources creation for Azure DevBox including:

resource name variable name arguments reference
azurerm_dev_center dev_centers https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/dev_center
azurerm_dev_center_catalog dev_center_catalogs https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/dev_center_catalogs
azurerm_dev_center_dev_box_definition dev_center_dev_box_definitions https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/dev_center_dev_box_definition
azurerm_dev_center_environment_type dev_center_environment_types https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/dev_center_environment_type
azurerm_dev_center_gallery dev_center_galleries https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/dev_center_gallery
azurerm_dev_center_network_connection dev_center_network_connections https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/dev_center_network_connection
azurerm_dev_center_project dev_center_projects https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/dev_center_project
azurerm_dev_center_project_environment_type dev_center_project_environment_type https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/dev_center_project_environment_type

Will need to:

  1. add each of these resources in the table above as a module individually under /modules/azurerm_dev_center
  2. separate the main.tf, variable files, output files.
  3. use the link in column arguments reference to determine the arguments taken by each resources.
  4. use the variable name specified in the variable name column of the table.
  5. use the azurecaf_name provider.
  6. follow the syntax examples as in /modules/apim/
  7. add examples for each module in /examples
  8. add the examples files in the standalone-compute.json file for ci/cd
  9. add the needed variables and code in the root of the module
  10. add the needed variables and code in the /examples
@arnaudlh arnaudlh self-assigned this Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant