We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform v1.0.11 on darwin_amd64 + provider registry.terraform.io/hashicorp/google v3.90.1 + provider registry.terraform.io/hashicorp/random v3.1.0 + provider registry.terraform.io/hashicorp/vault v3.0.1 + provider registry.terraform.io/mongodb/mongodbatlas v1.1.1
resource "vault_database_secret_backend_connection" "mongodb" { backend = "database-mongodb" name = var.environment mongodbatlas { public_key = var.public_key private_key = var.private_key project_id = var.project_id username_template = "{{ printf \"v-%s-%s\" (.RoleName) (uuid) | truncate_sha256 32 }}" } }
Resource should accept username_template property
username_template
An argument named "username_template" is not expected here.
The text was updated successfully, but these errors were encountered:
I hope this feature to be released soon
Sorry, something went wrong.
The PR for this feature has been ready for years. I really hope they merge it soon.
+1
Successfully merging a pull request may close this issue.
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Resource should accept
username_template
propertyActual Behavior
An argument named "username_template" is not expected here.
References
username_template
in mongodbatlas plugin for vaultThe text was updated successfully, but these errors were encountered: