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 b2126e0 commit 6e08690Copy full SHA for 6e08690
environments/skeleton/{{cookiecutter.environment}}/terraform/variables.tf
@@ -52,6 +52,10 @@ variable "compute" {
52
image_id: Overrides variable cluster_image_id
53
vnic_type: Overrides variable vnic_type
54
vnic_profile: Overrides variable vnic_profile
55
+ volumes: Mapping defining volumes to create and attach to compute nodes.
56
+ Keys are a unique volume name.
57
+ Values are a mapping containing:
58
+ size: Size of volume in GB
59
EOF
60
}
61
0 commit comments