diff --git a/docs/examples/opsman-config/aws.yml b/docs/examples/opsman-config/aws.yml index a7b0eaf9..7f1c9558 100644 --- a/docs/examples/opsman-config/aws.yml +++ b/docs/examples/opsman-config/aws.yml @@ -18,6 +18,7 @@ opsman-configuration: # Optional # vm_name: ops-manager-vm # default - ops-manager-vm # boot_disk_size: 100 # default - 200 (GB) + # boot_disk_type: gp3 # default - gp2 # instance_type: m5.large # default - m5.large # NOTE - not all regions support m5.large # assume_role: "arn:aws:iam::..." # necessary if a role is needed to authorize @@ -40,4 +41,4 @@ opsman-configuration: # banner-settings: ... # syslog-settings: ... # rbac-settings: ... -# code_snippet aws-configuration end +# code_snippet aws-configuration end \ No newline at end of file