test-kitchen / kitchen-azurerm

A driver for Test Kitchen that works with Azure Resource Manager
Apache License 2.0
48 stars 52 forks source link

Fixing data disk storage type #195

Closed reasland closed 3 years ago

reasland commented 3 years ago

Description

[Please describe what this change achieves] Issue outlined in Issue #192

Currently when creating Managed Disks with azurerm driver it is creating them as premium disks (azure default) because deployment config isn't specifying otherwise

Just making modifications to deployment template to listen to the disk type parameter

Tested it by installing as local ruby gem and running kitchen converge with local azurerm driver

Issues Resolved

192

Check List

collinmcneese commented 3 years ago

👍