Skip to content

v2.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Feb 15:55
· 49 commits to main since this release

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🧑‍🔧 🐞

  • Fix regression in replicated_regions attribute by @nywilken in #379

Other Changes

Full Changelog: v2.0.3...v2.0.4