f5devcentral / terraform-xc-aws-ce

Terraform to create F5XC AWS cloud CE
Apache License 2.0
4 stars 4 forks source link

Primary Disk Size Definition #7

Closed Mikej81 closed 1 month ago

Mikej81 commented 1 month ago

Field recommended disk min size is 80g. Currently it is not available to set via variables and using default 40g default.

Could specify in root_block_device for aws provider, or az_nodes{ disk_size{} } in xc provider.

cklewar commented 1 month ago

@Mikej81 exposed "aws_instance_disk_size" and set default to 80G.

Mikej81 commented 1 month ago

Thanks!