packer-plugin-azure icon indicating copy to clipboard operation
packer-plugin-azure copied to clipboard

Update documentation for target_regions block

Open dhananjaipai opened this issue 1 year ago • 0 comments

Overview of the Issue

The documentation for target_regions does not specify the expected inputs in the block. It just shows

target_region ([]TargetRegion) - A target region to store the image version in. ...

with no reference to what []TargetRegion is.

Reproduction Steps

Try setting target_region based on official docs and it does not work

The PR #387 seems to use replicas instead of regionalReplicaCount or regional_replica_count as expected, and there is no reference to this in the documentation.

Plugin and Packer version

From packer version 1.11.1

dhananjaipai avatar Jul 10 '24 08:07 dhananjaipai