You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Error: Unsupported argument
on modules/.../document_db_config.tf line 14, in resource "vault_database_secret_backend_connection" "database":
14: tls_ca = var.database_tls_ca
An argument named "tls_ca" is not expected here.
Any update on this? Documentdb by default enables tls so it is beneficial to have these options added. It looks like #882 has been sitting for a while.
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
0.13.5
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
Expected Behavior
Configures the
tls_ca
setting in the mongodb plugin https://www.vaultproject.io/api-docs/secret/databases/mongodb#parametersActual Behavior
The provider does not recognise the
tls_ca
key as a valid optionSteps to Reproduce
terraform validate
References
The text was updated successfully, but these errors were encountered: