generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
- The prefix input variable mentions
Example: prod-0205-coshowever there is no COS in play here. Suggest to use a better more real life example for this DA - Input mappings are missing in the addons config for secrets manager DA:
prefixservice_plan(add this as a new required virtual input and map to SM input)enable_platform_metrics(add this as a required virtual input and map to SM virtual input)logs_routing_tenant_regions(add this as a required virtual input and map to SM virtual input)
- If a user were to proceed by only entering the values of the inputs in the required tab, the DA will fail. This is because the DA either requires an input for
private_key_secrets_manager_secret_crnoracme_letsencrypt_private_key. I would suggest markingacme_letsencrypt_private_keyas required, but to referenceprivate_key_secrets_manager_secret_crnin the variable description as an alternative. Also cane we be consistent with these variable names please. Perhaps renameprivate_key_secrets_manager_secret_crn->acme_letsencrypt_private_key_secrets_manager_secret_crn - I'm trying to figure out if
internet_services_crnis required. This information should be included in the variable description. When or what use case would user need a value for this. I think you need to revisit all of the optional input and add more details to when values would be needed to the variable descriptions. - You can remove
TestRunUpgradeExample- we only have upgrade test on DA now