-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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: Shared Image Galleries #1986
Comments
You guys rock ! Just saw the announcement and headed over here to raise a feature request for this. But I am already too late :-) As always looking forward to this ! |
hey @lw81 Just to let you know that support for this has now landed in v1.16 of the AzureRM Provider (here's the full changelog](https://github.com/terraform-providers/terraform-provider-azurerm/blob/v1.16.0/CHANGELOG.md)). You can upgrade to to this version by specifying it in your provider block:
... and then running Thanks! |
Hi guys, i am trying to deploy from a Shared Image agllery for the first time now, but i am a bit confused by looking at the docs. The purpose of using Shared Image Galleries for us is to deploy from a central image repo accross all our subscriptions. Am i missing something ? Steffen |
hey @lw81 You can achieve this by using multiple instances of a Provider (also known as Aliasing Providers) - there's some more information on this here. This'd look something like this:
Thanks! |
As always, you guys rock :-) Many thanks |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Description
Shared Image Galleries have recently been announced (more info) - which Terraform should support.
New or Affected Resource(s)
azurerm_shared_image_gallery
azurerm_shared_image
azurerm_shared_image_version
Potential Terraform Configuration
References
Announcement: https://azure.microsoft.com/en-gb/blog/announcing-the-public-preview-of-shared-image-gallery
More Info: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/shared-image-galleries
The text was updated successfully, but these errors were encountered: