Skip to content

Commit f6200d7

Browse files
committed
opsman - aws - vmlifecycle
add BootDiskType to example due to PR pivotal-cf/om#680 Co-authored-by: Shawn Neal <[email protected]>
1 parent 8ea3f8d commit f6200d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/examples/opsman-config/aws.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ opsman-configuration:
1818
# Optional
1919
# vm_name: ops-manager-vm # default - ops-manager-vm
2020
# boot_disk_size: 100 # default - 200 (GB)
21+
# boot_disk_type: gp3 # default - gp2
2122
# instance_type: m5.large # default - m5.large
2223
# NOTE - not all regions support m5.large
2324
# assume_role: "arn:aws:iam::..." # necessary if a role is needed to authorize
@@ -40,4 +41,4 @@ opsman-configuration:
4041
# banner-settings: ...
4142
# syslog-settings: ...
4243
# rbac-settings: ...
43-
# code_snippet aws-configuration end
44+
# code_snippet aws-configuration end

0 commit comments

Comments
 (0)