Skip to content

Commit 6e08690

Browse files
committed
add compute volume docs to top-level tf variables
1 parent b2126e0 commit 6e08690

File tree

1 file changed

+4
-0
lines changed
  • environments/skeleton/{{cookiecutter.environment}}/terraform

1 file changed

+4
-0
lines changed

environments/skeleton/{{cookiecutter.environment}}/terraform/variables.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ variable "compute" {
5252
image_id: Overrides variable cluster_image_id
5353
vnic_type: Overrides variable vnic_type
5454
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
5559
EOF
5660
}
5761

0 commit comments

Comments
 (0)