Skip to content

Commit

Permalink
Merge pull request #72 from genesis-community/revert-disk-type
Browse files Browse the repository at this point in the history
Revert disk type back to persistent
  • Loading branch information
norman-abramovitz authored Apr 30, 2024
2 parents 370c9a8 + 16acc65 commit 182b37b
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" ))
disk_type: (( grab params.disk_type || "blacksmith" ))
persistent_disk: (( grab params.disk_size || 20480 ))
networks:
- name: (( grab params.network || "blacksmith" ))
static_ips: [(( grab params.ip ))]
Expand Down

0 comments on commit 182b37b

Please sign in to comment.