### Module version <!-- Inspect your go.mod as below to find the version, and paste the result between the ``` marks below. go list -m github.com/hashicorp/terraform-plugin-framework/... If you are not running the latest version of the framework, please try upgrading because your feature may have already been implemented. --> ``` 1.14.1 ``` ### Use-cases vault resources often have default mount names, would like to leverage those and reduce user input ```hcl ephemeral "vault_terraform_team_token" "test" { mount = "terraform" # "terraform" should be the default role_name = "test" } ``` ### Attempted Solutions <!--- If you've already tried to solve the problem within framework's existing features and found a limitation that prevented you from succeeding, please describe it below in as much detail as possible. Ideally, this would include real HCL configuration that you tried, real Terraform command lines you ran, relevant snippet of code from your provider codebase and what results you got in each case. Please remove any sensitive information such as passwords before sharing configuration snippets and command lines. ---> ### Proposal <!--- If you have an idea for a way to address the problem via a change to framework features, please describe it below. In this section, it's helpful to include specific examples of how what you are suggesting might look in configuration files, or on the command line, since that allows us to understand the full picture of what you are proposing. If you're not sure of some details, don't worry! When we evaluate the feature request we may suggest modifications as necessary to work within the design constraints of the framework and Terraform Core. --> ### References <!-- Are there any other GitHub issues, whether open or closed, that are related to the problem you've described above or to the suggested solution? If so, please create a list below that mentions each of them. For example: - #6017 --> - https://github.com/hashicorp/terraform-plugin-framework/blob/main/ephemeral/schema/string_attribute.go#L35