v2.0.4
Notes:
When publishing to a Shared Image Gallery without the use of replication_regions
the build location is not added as a capture region. Users must specify a target_region
block matching the target build location.
shared_image_gallery_destination {
subscription = var.subscription_id
resource_group = var.gallery_resource_group
gallery_name = var.gallery
image_name = var.box_name
image_version = var.version
storage_account_type = "Standard_LRS"
target_region {
name = var.location
}
}
What's Changed
Bug fixes🧑🔧 🐞
Other Changes
Full Changelog: v2.0.3...v2.0.4