SchwarzIT/terraform-provider-stackit

Documentation at Terraform is missing possible values for parameters

Closed this issue · 2 comments

Hi, it would be nice to have a more detailed documentation on the terraform registry.
For example for a MongoDB Flex instance it is not clear for some parameters what the possible values are: e.g. for the (machine) type that the possible values are Single, Replica and Sharded.

For example, AWS does a pretty good job: type - "(Optional) The type of EBS volume. Can be standard, gp2, gp3, io1, io2, sc1 or st1 (Default: gp2)."

do87 commented

you were looking at data source documentation, the MogoDB flex instance resource does contain more information:
https://registry.terraform.io/providers/SchwarzIT/stackit/latest/docs/resources/mongodb_flex_instance

if there are resources you'd like to have more information on, feel free to open another (dedicated) issue
in general, because of how dynamic some settings are, if you enter a random machine type "x", most of the resources will return a detailed error with real-time available options for that field

thanks for the recommendation!