Skip to content

Commit

Permalink
fix: added missing disk_type into module input
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmamula committed Aug 21, 2024
1 parent d2bc0a5 commit 1b210b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
zone: "{{ sap_vm_provision_gcp_region_zone }}"
name: "{{ inventory_hostname + '-vol-' + vol_item.name | replace('_', '-')}}"
size_gb: "{{ vol_item.size }}"
type: "{{ vol_item.type }}"
provisioned_iops: "{{ vol_item.iops | default(omit) }}"
auth_kind: "serviceaccount"
service_account_file: "{{ sap_vm_provision_gcp_credentials_json }}"
Expand Down

0 comments on commit 1b210b2

Please sign in to comment.