Skip to content

Commit

Permalink
Merge pull request #70 from itsouvalas/disk_type
Browse files Browse the repository at this point in the history
Revert "reinstate persistent_disk"
  • Loading branch information
wayneeseguin authored Aug 18, 2023
2 parents 8178dac + ca83ab9 commit b2a12c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/blacksmith/blacksmith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ instance_groups:
stemcell: default
azs: (( grab params.availability_zones || meta.default.azs ))
vm_type: (( grab params.vm_type || "blacksmith" ))
persistent_disk: (( grab params.disk_size || 20480 ))
disk_type: (( grab params.disk_type || "blacksmith" ))
networks:
- name: (( grab params.network || "blacksmith" ))
static_ips: [(( grab params.ip ))]
Expand Down

0 comments on commit b2a12c2

Please sign in to comment.