terraform-ibm-modules / terraform-ibm-account-infrastructure-base

A general base layer module for setting up a newly provisioned account.
Apache License 2.0
0 stars 2 forks source link

skip_iam_account_settings -> move to the top of optional inputs #216

Open vburckhardt opened 1 month ago

vburckhardt commented 1 month ago

This is likely one of the most common aspect - disabling changing account settings, so that input variable should be located at the top of the list in project.

The description should also contains much more details about what are the iam account settings (link to doc)

image