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
Generating an AppRole secret_id in the vault API allows specifying the num_uses and ttl as long as they are lower then the default value of the role. Per the documentation for the vault_approle_auth_backend_role_secret_id resource, these parameters can't currently be set when generating a secret_id in Terraform.
Description
Generating an AppRole secret_id in the vault API allows specifying the num_uses and ttl as long as they are lower then the default value of the role. Per the documentation for the
vault_approle_auth_backend_role_secret_id
resource, these parameters can't currently be set when generating a secret_id in Terraform.Affected Resource(s) and/or Data Source(s)
vault_approle_auth_backend_role_secret_id
Potential Terraform Configuration
References
https://developer.hashicorp.com/vault/api-docs/auth/approle#generate-new-secret-id
https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/approle_auth_backend_role_secret_id
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: