Skip to content

Commit

Permalink
Update digitalocean.yml
Browse files Browse the repository at this point in the history
new size name in DO
  • Loading branch information
meysiolio authored Nov 3, 2023
1 parent 8058f71 commit 4c6bc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lamp-infrastructure/provisioners/digitalocean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
state: "{{ item.state | default('present') }}"
name: "{{ item.name }}"
private_networking: yes
size: "{{ item.size | default('1gb') }}"
size: "{{ item.size | default('s-1vcpu-1gb') }}"
image: "{{ item.image | default('centos-7-x64') }}"
region: "{{ item.region | default('nyc3') }}"
# Customize this default for your account.
Expand Down

0 comments on commit 4c6bc5a

Please sign in to comment.