We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea3f8d commit f6200d7Copy full SHA for f6200d7
docs/examples/opsman-config/aws.yml
@@ -18,6 +18,7 @@ opsman-configuration:
18
# Optional
19
# vm_name: ops-manager-vm # default - ops-manager-vm
20
# boot_disk_size: 100 # default - 200 (GB)
21
+ # boot_disk_type: gp3 # default - gp2
22
# instance_type: m5.large # default - m5.large
23
# NOTE - not all regions support m5.large
24
# assume_role: "arn:aws:iam::..." # necessary if a role is needed to authorize
@@ -40,4 +41,4 @@ opsman-configuration:
40
41
# banner-settings: ...
42
# syslog-settings: ...
43
# rbac-settings: ...
-# code_snippet aws-configuration end
44
+# code_snippet aws-configuration end
0 commit comments