-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Feature Type
Documentation
Seqera API Endpoint
No response
Feature Description
thanks for all the work on this Terraform provider, I just wanted to throw in this low-priority note that some of the docs could benefit from extra descriptions. Especially since it appears that some options have different or reversed options from the previous usages of tw and seqerakit, and especially for TowerForge options since they are so numerous.
Looking at the docs here; https://registry.terraform.io/providers/seqeralabs/seqera/latest/docs/resources/compute_env#nestedatt--compute_env--config--aws_batch--forge
some things that make me stop and scratch my head for a minute;
- bid_percentage (Number) : how are we representing the values for this? Is 90% supposed to be
90or0.9? I am assuming the former but an example would be good - dispose_on_deletion (Boolean) : could use a reminder on how this works, especially since it sounds like the same setting as tw's
preserve-resourcesbut in reverse? Or is it not the same? - fusion_enabled (Boolean) : does this also require that
wave_enabledbe set totruein the higher scope? Are there other settings required to be turned on / off for Fusion to work? Also, it seems like there is another Fusion setting here fusion2_enabled how are these related? - gpu_enabled (Boolean) : what exactly does this do? Will I still need to configure a GPU-compatible AMI with
[image_id](https://registry.terraform.io/providers/seqeralabs/seqera/latest/docs/resources/compute_env#image_id-1) (String)if I use this? And wouldnt I still need to add GPU-enabled EC2's to the instance types list? - nvnme_storage_enabled (Boolean) : is this one a typo?
Perhaps there are actually two pieces to this; general docs on the settings for things like Fusion and TowerForge and then separate docs in the TF Provider that describes which Fusion, Wave, TowerForge etc. settings each Terraform Provider Setting is mapping back to.
Use Case
.
Proposed Terraform Configuration
Alternatives Considered
No response
Priority
Low - Nice to have
Additional Context
No response