You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Description
Add support to Dev Center Resource, to support/enable the per project level catalog sync ability, which would allow Projects to have their own catalogs rather than only inheriting from the Dev Center top level/global catalog.
resource"azurerm_dev_center""example" {
location=azurerm_resource_group.example.locationname="example"resource_group_name=azurerm_resource_group.example.name# Boolean where default is false (current behaviour) - Note ARM API expects "Disabled"/"Enabled" as the valuesproject_catalogs_enabled=true
}
Is there an existing issue for this?
Community Note
Description
Add support to Dev Center Resource, to support/enable the per project level catalog sync ability, which would allow Projects to have their own catalogs rather than only inheriting from the Dev Center top level/global catalog.
Can currently be done via ```azapi`` provider:
New or Affected Resource(s)/Data Source(s)
azurerm_dev_center
Potential Terraform Configuration
References
Azure Dev Center Template Docs
The text was updated successfully, but these errors were encountered: